Skip to content

sadi22/Chat-NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15 minutes Chat Application

Description:

This is a Chat application. A user signs in or enters the app with just their name to access previous chat logs, and to start new or enter existing chat sessions. Each chat session once started only lasts 15 minutes, after which no more new chat messages can be entered in that session; the chat session can be stopped at any time in between.

Installation:

Please be sure you have node.js and mongodb installed in your computer.

Then run this command from the terminal.

$ npm install

It will install modules that is written in the package.json file. Then run this command:

$ node app.js

After running go to this address:

http://locahost:3000

Enjoy!!!

About

Chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published