# SocketStream TodoMVC app > A fast, modular Node.js web framework dedicated to building realtime single-page apps ## Getting Started Running this app requires [Node.js](http://nodejs.org) - `cd` into this folder and run `npm install` to fetch all the required dependencies - `node app.js` to start the app - Open `localhost:3000` in two side-by-side browser windows, add a todo and see the magic