Skip to content

A simple group chatting application developed by using NodeJs,Socket.io,MongoDB and ExpressJs.

Notifications You must be signed in to change notification settings

hema-priya-vadivel/Chit-O-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Chit-O-Chat

A simple group chatting application developed by using NodeJs,Socket.io,MongoDB and ExpressJs.

  • Install nodejs

  • Intialize npm to create package.json file

npm init --yes

  • Install expressjs

npm install --save express

  • Install socket.io

npm install --save socket.io

  • Used MongoDB for database

  • Install mongoose (an object modelling for nodejs)

npm install -save mongoose

  • Start the project

node server.js

  • Deployed the application in Heroku

  • Chat here: Chit'O'Chat

About

A simple group chatting application developed by using NodeJs,Socket.io,MongoDB and ExpressJs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published