node-comet is a comet communication library for node.js. It uses websockets, with graceful degradation to long polling.
Download the node-comet repository:
git clone git@github.com:node-bus/node-comet.git --recursive
Run the test server:
cd node-comet/test sudo node testServer.js
Then, navigate a browser to http://localhost:8080/
- v0.1a - Initial version. Supports websockets and long polling.