Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JuliaInterop/ZMQ.jl

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMQ.jl

A Julia interface to ZeroMQ

Documentation Coverage

ZMQ.jl is a Julia interface to ZeroMQ, The Intelligent Transport Layer.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add ZMQ

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("ZMQ")

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVELdocumentation of the in-development version.

Questions and Contributions

Usage questions can be posted on the Julia Discourse forum under the zmq tag, in the #helpdesk channel of the Julia Slack, or the #helpdesk/#helpdesk (published) stream of the Julia Zulip.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.