Julia
The Julia binding to the native API of ØMQ project.
Source Code
This is available as a Julia package.
https://github.com/JuliaLang/ZMQ.jl
Build and installation
The zmq library must be installed for your operating systems. Install Julia using the instructions in its README
The ZMQ bindings for julia can be installed from within Julia
julia> Pkg.add("ZMQ")
Client/server communication demos are available in zmq_client_julia.jl.
Bug Reporting
Please file an issue on github.
Mailing List
Discussions take place on julia-user.
page revision: 2, last edited: 19 Dec 2014 16:43