innovatorved / Contkt-2.o

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

Home Page:https://contkt2.onrender.com/login

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contkt Logo

Contkt - Logo

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.

Demo

Contkt2

Contkt Logo

Environment Variables

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

Deployment

To deploy this project run

  npm install 
  npm run build
  npm start -p $PORT
  

Hi, I'm Ved Gupta! πŸ‘‹

πŸ”— Links

Github linkedin twitter

Authors

Acknowledgements

Support and Feedback

For support and Feedback, email vedgupta@protonmail.com

About

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

https://contkt2.onrender.com/login

License:MIT License


Languages

Language:JavaScript 99.6%Language:Shell 0.3%Language:CSS 0.1%