JavaScript real time chat application.
// 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