Skip to content

creyente1897/Charla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published