4:61a86e766285
Anton Shestakov <engored@ya.ru>, Tue, 12 Mar 2013 13:56:00 +0900
User can observe (establish a peer connection without providing any media streams).

previous change 0:be29d4a1df6d

README.rst

Permissions: -rw-r--r--

Other formats: Feeds:
Tornado-WebRTC
==============
Tornado app that can establish WebRTC sessions. Incidentally, that's what
is says on the tin.
So yeah, for people who have no idea what WebRTC is; it's a realtime
communications API for browsers. Open website, dial your friend, have fun.
And for people who roughly know how WebRTC works; this app:
#. provides a page with all required elements and scripts and
#. lets browsers (or even separate tabs) talk to each other via WebSockets
in order to connect peer-to-peer