Which framework or library is the best for use WebRTC
Http://stackoverflow.com/questions/24857637/current-state-of-javascript-webrtc-libraries
I want to know the which framework or library is the best for use WebRTC. Here are a small and incomplete list of libraries/sdk out there. Any lib that I forgot, feel free to let me know:
Libraries:
- Simplertc
- Rtcmulticonnection
- Crocodilertc
- Lynckia/licode (This was more interesting for their server side, MCU)
- Holla (used by Twelephone)
- PEERJS (Data channel)
- Rtc.io
- Webrtc.io (no changes for almost a year)
- Webrtc-data.io (stripped down, data only version of Webrtc.io)
- Talky.io (uses SIMPLERTC)
- EASYRTC (Priologic)
- Tawk (uses EASYRTC, priologic)
- Rtccopy (uses Webrtc-data.io)
Tutorial/resource for Implementing:
- WebRTC Experiments & Demos
- Http://badassjs.com/post/43090030238/peerjs-a-peer-to-peer-networking-library-in-javascript
Has somebody do a compare of all the frameworks? It would help those who is new to WebRTC.
Update
Have researched on WebRTC as a new technology, I could not find a more complete source than your experience. I decided to post this question in order to make a trigger that would compare the available sources.
Thanks a lot.
That should get started:-) If you were focussing your question, we are could point a smaller list. That was is also by no mean exhaustive, but should has the usual suspects.
MCU
- Lynckia/licode-open Source
- Meetecho (Janus)-Open source
- Kurento-open Source
- Jitsi (MeetMe)-Open source
- Acano
- Pexip
- Tokbox (Mantis)
- Openclove
- Temasys
Signaling
- Holla (used by Twelephone)
- Openpeer (Hookflash)
Api/sdk
- Twilio (Audio only)
- Requestec (Product:saypage)
- Plivo
- Tokbox
- Openclove
- Tropo (Audio only)
- Weemo
- Voximplant (audio only?)
- Priologic (EASYRTC, tawk.com, Prophone)
- Dialogic
- Bistri
- Apidaze (APIRTC)
- Cafex
- Hookflash
- Apizee
- Temasys (SKYWAYJS)
- &yet (SIMPLERTC)
- Rtcmulticonnection (Muazkhan, demo)
- Crocodilertc-the company had been bought/absorbed by Acivision. I don ' t know what's the status of this library, and you might want to contact Peter Dunkley for update.
- PEERJS (Data channel)
- Rtc.io
- Webrtc.io (no changes for almost a year)
- Webrtc-data.io (stripped down, data only version of Webrtc.io)
Product
- Getaroom.io (uses SKYWAYJS)
- Webrtc-enterprise.com (uses SKYWAYJS)
- Talky.io (uses SIMPLERTC)
- Tawk (uses EASYRTC)
- Rtccopy (uses Webrtc-data.io)
- Twelephone
Tutorials
- http://www.html5rocks.com/en/tutorials/webrtc/basics/
- Http://www.html5rocks.com/en/tutorials/webrtc/infrastructure/
- http://www.html5rocks.com/en/tutorials/webrtc/datachannels/
- Https://developer.mozilla.org/en-US/docs/Web/Guide/API/WebRTC/Peer-to-peer_communications_with_WebRTC
- Https://bitbucket.org/webrtc/codelab
Which framework or library is the best for use WebRTC