What is WebRTC? Post on LincolnLoop’s blog
I blogged What is WebRTC over on Lincoln Loop’s blog:
WebRTC, short for Web Real Time Communications, is a specification and project adding JavaScript APIs in the browser to:
- Access a user’s webcam and microphone: getUserMedia.
- Connect directly to another browser: PeerConnection and DataChannel.
Being able to do video calling in the browser is exciting, but to me the most exciting part of WebRTC is the prospect of peer-to-peer apps in the browser, and server-less applications.