/Charla

A chat app build using NodeJS

Primary LanguageJavaScript

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