项目作者: progrium

项目描述 :
浏览器中类似ZeroMQ的套接字。用于构建网关,并通常将ZeroMQ理念应用于浏览器消息传递。
高级语言: JavaScript
项目地址: git://github.com/progrium/nullmq.git
创建时间: 2011-10-16T03:58:41Z
项目社区:https://github.com/progrium/nullmq

开源协议:MIT License

下载


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