This is a simple demo of a client/server chat application.
The server uses NodeJS, Socket.io & Express.
The client uses Socket.io, Bootstrap & jQeury.
Install dependencies:
npm install
Run the server: ``` node server.js ```
Then open the following address in your browser (default address): ``` http://localhost:4040 ```
Find the complete tutorial here