creyente1897 / Charla

A chat app build using NodeJS

Home Page:https://serene-scrubland-16402.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A chat app build using NodeJS

https://serene-scrubland-16402.herokuapp.com/


Languages

Language:JavaScript 95.4%Language:HTML 2.4%Language:CSS 2.2%