A Web application allowing users to log in with username and use a chat room.
- To get understanding of socket.io(Socket.IO is a JavaScript library for real-time web applications).
- Javascript
- Socket.io
- ExpressJs
- NodeJs
- CSS
- HTML
- clone this repo.
- run "npm install" command, where repo is extracted (This will download all the dependencies).
- npm start
- open your browser and enter http://localhost:3333/
- NodeJs must be pre-installed.