Skip to content

Latest commit

 

History

History
 
 

socketstream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SocketStream TodoMVC Example

SocketStream is a fast, modular Node.js web framework dedicated to building realtime single-page apps.

SocketStream - socketstream.org

Learning SocketStream

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

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.

Internal

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