Skip to content

Chat app using NATS Communication to exchange messages between users.

Notifications You must be signed in to change notification settings

rahulvarma5297/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

Clone it using git clone

Now install the dependencies

cd server
npm install
cd ..
cd public
npm install

For Frontend.

cd public
npm start

For Backend.

Open another terminal in folder, Also make sure mongodb is running in background.

cd server
npm start

localhost:3000

About

Chat app using NATS Communication to exchange messages between users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published