squaremo / erlzmq

Erlang bindings for ZeroMQ messaging

Home Page:Erlang ZeroMQ Bindings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Erlang bindings for ZeroMQ (http://www.zeromq.org).

Building
    The bindings work against the master branch of ZeroMQ:
    http://github.com/sustrik/zeromq2

    $ git clone git@github.com:zeromq/erlzmq.git
    $ cd erlzmq
    $ ./bootstrap
    $ ./configure --with-zeromq=/path/to/zeromq
    $ make
    $ make docs

Documentation
    See doc/index.html for full documentation.

Updating documentatin on GitHub
    $ git checkout master   # make sure you are on master branch
    $ make gitdocs          # this will update gh-pages branch and commit changes to origin

Examples
    PUB/SUB zmq_pubserver/zmq_subclient
    REQ/REP zmq_repserver/zmq_reqclient

    1> zmq:start_link().
    2> zmq_pubserver:run().
    3> zmq_subclient:run().

    You can run a server and any number of clients 
    in the same Erlang shell or on different nodes.

License
    BSD License

Copyright
    Copyright (c) 2010 Dhammika Pathirana
    Copywight (c) 2010 Serge Aleynikov

Contacts
    http://github.com/zeromq/erlzmq/issues

Copying
    Erlang bindings are released under open-source BSD License (see LICENSE file)

About

Erlang bindings for ZeroMQ messaging

Erlang ZeroMQ Bindings

License:Other


Languages

Language:C++ 45.2%Language:Erlang 43.9%Language:C 10.9%