erlzmq_dnif
Dirty NIF based Erlang bindings for the ZeroMQ messaging library.
Forked from erlang solutions erlzmq project.
Forked from the erlzmq2 project.
Copyright (c) 2020 Łukasz Samson
Copyright (c) 2019 erlang solutions ltd
Copyright (c) 2011 Yurii Rashkovskii, Evax Software and Michael Truog
Overview
The erlzmq application provides high-performance NIF based Erlang bindings for the ZeroMQ messaging library.
Downloading
The erlzmq_dnif source code can be found on GitHub
$ git clone http://github.com/lukaszsamson/erlzmq.gitBuilding
Please note that to behave properly on your system ZeroMQ might require some tuning.
Install zeromq-dev package for your distro.
For examples see .travis*’ andverification/Dockerfile*’.
Build the code
$ rebar3 compileBuild the docs
$ rebar3 edocRun the test suite
$ rebar3 eunitArchitecture
The bindings use Erlang's Dirty NIF (native implemented functions) interface to achieve the best performance.
License
The project is released under the MIT license.