This project uses the WebRTC with the minimal javascipt created using Vite JS. We had used the google public stun server ,firstore as a signaling server and firebase as a hosting service.
WebRTC is a free, open-source project providing web browsers and mobile applications with real-time communication via simple application programming interfaces.
- Great UI
- Simple and less dependencies
- Free stun server included already
- Install the dependencies using
npm install
- Add you firebase config in the
main.js
file. - Run the following command to run the server at localhost
npm run dev
28 March 2021