/nullmq

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

Primary LanguageJavaScriptMIT LicenseMIT

NullMQ

ZeroMQ semantics in the browser. For more information, check out these slides.

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

License

MIT