/chat-app

Chat app using NATS Communication to exchange messages between users.

Primary LanguageJavaScript

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