Real Time Chat Application Using Websockets
This is a Real-Time chat application made as part of my Udemy Course, Practical WebRTC: A Complete WebRTC Bootcamp for Beginners
The front end is pure HTML,CSS,Javascript. The Backend is in Node.js.
Steps to run
- Clone the repository
- Dependencies are all pushed along with the code so you don't need
npm install
- Run
node index.js