WebRTC is a free and open project that allows browsers and mobile applications to communicate in real time without the use of plugins and with an easy-to-use API. WebRTC components were optimized to meet this type of demand. It is a W3C standard and is available in current browsers.
Links:
Front in rio slides:
Real-time communication with WebRTC by [Alberto Souza](//www.slideshare.net /albertosouzajr)
Examples:
To learn more about WebRTC:
- WebRTC basics video
- WebRTC data channels
- https://webrtchacks.com sote about webrtc
- Security: http://www.3cx.com/blog/webrtc/webrtc-secure/
Presentations
- AG Tech Presentation WebRTC | en | 02/2015
Projects using WebRTC:
- Video, chat and audio calls: http://appear.in/
- Share files: https://www.sharedrop.io
Browser links:
- Debug connections in chrome://webrtc-internals/
- Check WebRTC support in browsers: http://iswebrtcreadyyet.com/#interop
Videos:
- Tutorial on WebRTC: https://www.youtube.com/watch?v=5ci91dfKCyc
Adapters and Libs:
- Adapter for client (browser): https://github.com/webrtc/adapter
- NPM module for signaling: http://peerjs.com/
Site session