Skip to content
/ j-Chat Public

JavaScript real-time chat application. It is developed on the MERN stack. Is uses socket.io to communicate in real-time.

License

Notifications You must be signed in to change notification settings

ats1999/j-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

j-Chat

JavaScript real time chat application.

Install

// clone repo
git clone https://github.com/Ats1999/j-Chat.git

cd j-Chat

// install server packages
npm i

// start server
npm start

// client
cd client

// install client packages
npm i 

// start client
npm start

About

JavaScript real-time chat application. It is developed on the MERN stack. Is uses socket.io to communicate in real-time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published