SocketStream is a fast, modular Node.js web framework dedicated to building realtime single-page apps.
The SocketStream website is a great resource for getting started.
Here are some links you may find helpful:
Articles and guides from the community:
Get help from other SocketStream users:
If you have other helpful links to share, or find any of the links above no longer work, please let us know.
Running this app requires Node.js.
# from examples/socketstream
npm install
npm start
Open http://localhost:3000 in two side-by-side browser windows, add a todo, and see the magic.
How to publish to our Heroku remote:
git remote add heroku-todomvc-socketstream master
(first time only)git subtree push --prefix examples/socketstream heroku-todomvc-socketstream master