This is a chat application.
The project is made using NodeJS, Express js, and socket.io.
- Clone the repository with
git clone https://github.com/saukr1006/Chat-node-app.git - Run
npm installto install all the node dependencies. - Enter
npm run startto start the server on the specified port (default 3000) ornpm run devto start the nodemon server.