Copyright © 2020 Łukasz Samson 2019 erlang solutions ltd 2011 Yurii Rashkovskii, Evax Sofware and Michael Truog
Authors: Łukasz Samson (lukaszsamson@gmail.com
) [web site: mailto:lukaszsamson@gmail.com
], erlang solutions ltd, Yurii Rashkovskii (yrashk@gmail.com
) [web site: http://rashkovskii.com
], Evax Software (contact@evax.fr
) [web site: http://www.evax.fr
], Michael Truog (mjtruog at gmail dot com
) [web site: http://mjtruog.veryspeedy.net
].
References
The erlzmq application provides high-performance dirty NIF based Erlang bindings for the ZeroMQ messaging library.
The erlzmq source code can be found on GitHub
$ git clone http://github.com/lukaszsamson/erlzmq.git
$ rebar3 compileBuild the docs
$ rebar3 edocRun the test suite
$ rebar3 eunit
Please note that to behave properly on your system ZeroMQ might require some tuning.
The bindings use Erlang's Dirty NIF (native implemented functions) interface to achieve the best performance.
The project is released under the MIT license.
Generated by EDoc