Open mrmiguu opened 5 years ago
Add WebRTC for realtime video/audio support across multiple users.
Everything: WebRTC Demos, Experiments, Libraries, Examples Article: MDN Example: glitch.me Source: GitHub
Use Firebase as the signaling server (e.g. Serverless WebRTC):
Serverless WebRTC: GitHub Modern example (specify ICE server): Insanely Simple WebRTC Video Chat Using Firebase (With Codepen Demo) Short Gist: RTCPeerConnection example By original Firebase team: GitHub
pions can do the same
https://github.com/pion/webrtc
also can run in WASM
might help you alot.
This project is being written in Js/React. Maybe if it migrates to Go/Wasm down the road then I will consider pionās implementation.
Add WebRTC for realtime video/audio support across multiple users.
Everything: WebRTC Demos, Experiments, Libraries, Examples Article: MDN Example: glitch.me Source: GitHub
Use Firebase as the signaling server (e.g. Serverless WebRTC):
Serverless WebRTC: GitHub Modern example (specify ICE server): Insanely Simple WebRTC Video Chat Using Firebase (With Codepen Demo) Short Gist: RTCPeerConnection example By original Firebase team: GitHub