Skip to content

Commit

Permalink
0MQ info
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 22, 2012
1 parent b6c5769 commit 69d8869
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -2,9 +2,10 @@
=================
[![Build Status](https://secure.travis-ci.org/celluloid/celluloid-zmq.png?branch=master)](http://travis-ci.org/celluloid/celluloid-zmq)

Celluloid::ZMQ provides Celluloid actors that can interact with 0MQ sockets.
Celluloid::ZMQ provides Celluloid actors that can interact with [0MQ sockets][0mq].
Underneath, it's built on the [ffi-rzmq][ffi-rzmq] library.

[0mq]: http://www.zeromq.org/
[ffi-rzmq]: https://github.com/chuckremes/ffi-rzmq

It provides different `Celluloid::ZMQ::Socket` classes which can be initialized
Expand All @@ -13,7 +14,8 @@ then sent `bind` or `connect`. Once bound or connected, the socket can

## Supported Platforms

Celluloid::IO requires Ruby 1.9 support on all Ruby VMs.
Celluloid::IO requires Ruby 1.9 support on all Ruby VMs. You will also need
the ZeroMQ library installed as it's accessed via FFI.

Supported VMs are Ruby 1.9.3, JRuby 1.6, and Rubinius 2.0.

Expand Down

0 comments on commit 69d8869

Please sign in to comment.