- Express - Web application framework for node
- Socket.IO - Real-time Engine
- Jade - Node Template Engine
- node-uuid - Generate RFC-compliant UUIDs in JavaScript
- Clone the project into your Nodeclipse workspace, then import it.
- Make sure that you had installed Node.js.
- Execute
npm installin project folder to install node modules. - Execute
npm startornode app.jsto start the server atlocalhost:3000
To be continued...