simpleio
v0.1.18
Published
Simple long polling based communication.
Readme
Features
- optimized for horizontal scaling
- support for router/balancer without sticky sessions (f.e. Heroku)
- reliable message delivery (built-in delivery confirmation)
- multiplexing on the server and client
Todo
- Memory store missing functions
- tests
- documentation
Install
npm i simpleio
or
git clone ...
make installMessage format
Simpleio#send
Simpleio#open
Run bench
npm i bench
node-bench bench/adapter