5:de01e29e06b5
Anton Shestakov <engored@ya.ru>, Thu, 14 Mar 2013 23:36:24 +0900
Highlight error messages. Usually they are fatal and thus the last thing appearing on the status bar, so no removeClass (or other methods) needed.

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