free p2p chat app built with webrtc.
https://free-p2p-chat.herokuapp.com/
Introduction
free-p2p-chat is a simple web application built with webrtc.
To learn more about this app, please go check:
- source code on github: sky-bro/free-p2p-chat
- demo deployed on heroku: free-p2p-chat
run
- install dependencies:
npm install
- start server:
npm start
- visit
http://localhost:3000
Important Concepts
Signaling
socket.io
ICE, STUN and TURN
- self hosting
- stun:stun.stunprotocol.org:3478
- coturn
- free options
- test server
Security
Improvements
- button to flip/rotate (remote should also rotate)
- handling multiple sharing, and video/audio source change
- screen sharing
- web cam
- file
- chat
- add/remove audio/video tracks after connection established
- record video/audio
References
from https://github.com/sky-bro/free-p2p-chat
No comments:
Post a Comment