]> git.scottworley.com Git - reliable-chat/commit - server/server.go
Bidirectional communication!
authorScott Worley <sworley@chkno.net>
Mon, 30 Jul 2012 03:58:58 +0000 (20:58 -0700)
committerScott Worley <sworley@chkno.net>
Mon, 30 Jul 2012 03:58:58 +0000 (20:58 -0700)
commitf0e385c76e0529768ad9339a4ddf1467bbb38453
treeefd1be6679866fb258395293a858e34eba978e7f
parent991a5820ea736f8acaafe4b3437befb741f0915b
Bidirectional communication!

This is actually pretty awful.  In order to fetch _data_ cross-origin,
I have to run foreign _code_ and have it window.parent.postMessage().
This seems really, really wrong.
server/server.go
webclient/rc.css
webclient/rc.html
webclient/rc.js