/gossip-deck

Web Chat Application

Primary LanguageJavaScript

Webchat Application

A webchat application using socket.io

For running the server locally

Clone the repository in your local machine

git clone https://github.com/pratham891/webchat-application.git

Enter the directory

cd "webchat-application"

Install the dependencies

npm i

Start the local server

node app.js

Open http://localhost:3000 in your browser to view the website