浏览器中类似ZeroMQ的套接字。用于构建网关,并通常将ZeroMQ理念应用于浏览器消息传递。
ZeroMQ semantics in the browser. For more information, check out these
slides.
This is still very early.
git clone ...
cat requirements.txt | xargs npm install -g
cake build
cake test
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
MIT