This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
tornado
mirror of
https://github.com/tornadoweb/tornado.git
Watch
1
Star
1
Fork
You've already forked tornado
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
683429acdb
tornado
/
demos
/
chat
/
templates
/
message.html
2 lines
91 B
HTML
Raw
Normal View
History
Unescape
Escape
Remove authentication from chat demo. Google OpenID authentication is shutting down soon and its replacement requires app registration, so it's better to make this demo like the websocket one to show off long-polling concepts without auth-related complexity.
2015-03-28 16:34:14 +00:00
<
div
class
=
"message"
id
=
"m{{ message["
id
"
]
}
}
"
>
{% module linkify(message["body"]) %}
<
/
div
>