Real time Communication between 2peers using Web Socket. Communication between two client using their username. Only when both peers are connected through website. Website doesn't save the message state and History
- Two clients can communicate with each other in real time using Web Sockets on a website, identified by their username.
- The website does not save the messages or conversation history.
To run this project, you will need to add the following environment variables to your .env file
JWT_INFO=____________________
MONGODB_URI=mongodb+srv://${username}:${password}@main-testingcluster-con.n7xmr.mongodb.net/myFirstDatabase
username=__________________
password=__________________
PORT=3000
To deploy this project run
npm install
npm run build
npm start -p $PORT
For support and Feedback, email vedgupta@protonmail.com