Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/progrium/nullmq

ZeroMQ-like sockets in the browser. Used for building gateways and generally applying ZeroMQ philosophy to browser messaging.
https://github.com/progrium/nullmq

Last synced: about 2 months ago
JSON representation

ZeroMQ-like sockets in the browser. Used for building gateways and generally applying ZeroMQ philosophy to browser messaging.

Awesome Lists containing this project

README

        

# NullMQ

ZeroMQ semantics in the browser. For more information, check out [these
slides](http://www.slideshare.net/progrium/nullmq-pdx).

This is still very early.

## Installation

* `git clone ...`
* `cat requirements.txt | xargs npm install -g`
* `cake build`

## Testing

* `cake test`

## Demos

Under demos there are two server implementations (bridge and reflector).
There is also an example web application showing presence and chat using the
clone pattern.

* `pip install -r demos/requirements.txt`

## Contributors

* Jeff Lindsay
* Bulat Shakirzyanov

## License

MIT