Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 642 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 642 Bytes

Chat-App

This is a web application made using nodejs and its socketIO library. It has simple features like send users current location , multiple people can join the same room , others will be notified about any person who has joined the room.

Prerequisites

  • NodeJS
  • Npm

Local Installation

Clone the project

git clone https://github.com/creyente1897/chat-app.git
cd chat-app

Installing node modules (dependencies)

npm install

Running the project

node server/server.js
OR

You can also use nodemon

nodemon server/server.js

Now you can open the project on localhost:3000