Install the packages express, socket.io, and jade with NPM
npm install express
npm install socket.io
npm install jade
The goal is to create the quintessential realtime application on the web: a chat client. It involves the following concepts
- Realtime communication schemes
- Connect/Express + Socket.IO integration
- JSON as a transport encoding mechanism