peers / peerjs

Simple peer-to-peer with WebRTC.
https://peerjs.com
MIT License
12.48k stars 1.43k forks source link

New horizontally scalable peerjs compatible websocket/api server #658

Closed sumeetchhetri closed 4 years ago

sumeetchhetri commented 4 years ago

Hi,

I'm the author of ffead-cpp framework I have added support based on the peerjs API's/websocket messages for signalling webrtc messages in the ffead-cpp server. The complete implementation of the webrtc signalling server can be found here I have also completed the missing API functionality in peer-server in order to provide a websocket alternative to whoever needs it, more information can be found here

I wanted a horizontally scalable version of peer-server for one of my use-cases and decided to implement the specification in ffead-cpp (with redis for scaling). Peerjs is a great freamework and a very easy to use and extend webrtc solution, thanks for the wonderful work and a great library which makes p2p video calling a breeze. My effort is in continuation to what peerjs has been doing for some time now. Hope my effort helps someone who needs a scalable signalling peerjs compatible solution.

Have currently no idea where to post this, hence posting this as an issue here.

Cheers, Sumeet Chhetri

olivierlemasle commented 4 years ago

Seems great!

afrokick commented 4 years ago

Thanks!