Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 729 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 729 Bytes

Web-chat Application

  • 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.

Run Locally

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

Tech Stack

Client: HTML, CSS, Javascript

Server: Node, Express, Socket.io

Authors