- It is a real-time chat Application which estsablish connection between two client with socket.io which is node.js module.
- Which run on two different type of server.
- One server is run over website.
- Second server which is on client side which estsablish connection between two client.
Clone the project
git clone https://github.com/Harsh-Dobariya/web-chat.git
Go to the project directory
cd web-chat
Install dependencies
npm install
Start the server
npm start
Client: HTML, CSS, Javascript
Server: Node, Express, Socket.io