- Implemented Video Chat by Peer.JS.
- Learnt to generate SSL certificate.
- learned to run the video chat in the local network.
- Also implemented a chat feature in Sockets.
- Provided authentication using JWT tokens.
- Understood the concept of publishers and subscribers.
- Clone the repository
- Run the install command to install dependencies.
npm install
- Start the project in your system
npm start
- Go to https://localhost:8000
- Connect all devices to the same wifi.
- Get the IP address of the device in which the project is running, suppose it's 192.168.0.1
- Now go to https://192.168.0.1:8000 in all devices.
- You'll be able to connect to the local network now.