A multi user chat app using socket.io and express node packages.
- Clone this repository to your machine
- Download and install Node js
- Open terminal in the directory containing the repository files, run
npm install
to install all the dependencies. - Then run server.js
Use command:node server.js
- Open your browser and go to
http://localhost:3000