Basic Node.js - socket.io chat application using express framework.
- Node.js
- Express
- Socket.io
First, if you haven't already installed Node.js on your machine, download Node.js here
Then, download & install dependencies: express and socket.io with the command npm install
Run the application by node app.js
on terminal.