https://github.com/JuliaInterop/ZMQ.jl
Julia interface to ZMQ
https://github.com/JuliaInterop/ZMQ.jl
julia zeromq zmq
Last synced: 2 months ago
JSON representation
Julia interface to ZMQ
- Host: GitHub
- URL: https://github.com/JuliaInterop/ZMQ.jl
- Owner: JuliaInterop
- License: other
- Created: 2012-11-22T13:40:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2026-04-01T07:52:19.000Z (2 months ago)
- Last Synced: 2026-04-01T09:49:48.543Z (2 months ago)
- Topics: julia, zeromq, zmq
- Language: Julia
- Homepage:
- Size: 1.33 MB
- Stars: 142
- Watchers: 15
- Forks: 62
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-julia-security - ZMQ.jl - Julia interface to ZeroMQ for distributed messaging patterns. (Network Security / Protocol Libraries)
README
# ZMQ.jl
*A Julia interface to ZeroMQ*
| **Documentation** | **Coverage** |
|:-------------------------------------------------------------------------:|:-------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][codecov-img]][codecov-url] |
**ZMQ.jl** is a [Julia](http://julialang.org) interface to [ZeroMQ, The Intelligent Transport Layer](http://zeromq.org).
## 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
julia> import Pkg; Pkg.add("ZMQ")
```
## Documentation
- [**STABLE**][docs-stable-url] — **documentation of the most recently tagged version.**
- [**DEVEL**][docs-dev-url] — *documentation of the in-development version.*
## Questions and Contributions
Usage questions can be posted on the [Julia Discourse forum][discourse-tag-url]
under the `zmq` tag, in the `#helpdesk` channel of the [Julia
Slack](https://julialang.org/community/), or the `#helpdesk`/`#helpdesk
(published)` stream of the [Julia Zulip](https://julialang.zulipchat.com/).
Contributions are very welcome, as are feature requests and suggestions. Please
open an [issue][issues-url] if you encounter any problems.
[discourse-tag-url]: https://discourse.julialang.org/tags/zmq
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://juliainterop.github.io/ZMQ.jl/latest
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://juliainterop.github.io/ZMQ.jl/stable
[codecov-img]: https://codecov.io/gh/JuliaInterop/ZMQ.jl/graph/badge.svg?token=NMxuhZepAU
[codecov-url]: https://codecov.io/gh/JuliaInterop/ZMQ.jl
[issues-url]: https://github.com/JuliaInterop/ZMQ.jl/issues