Merge branch 'master' of github.com:thegeez/clj-browserchannel

This commit is contained in:
Gijs Stuurman 2012-04-23 21:44:28 +02:00
commit 448289792f
4 changed files with 13 additions and 1 deletions

View file

@ -1,9 +1,12 @@
# clj-browserchannel-demo # chat-demo for clj-browserchannel-demo
Cross-browser compatible, real-time, bi-directional Cross-browser compatible, real-time, bi-directional
communication between ClojureScript and Clojure using Google Closure communication between ClojureScript and Clojure using Google Closure
BrowserChannel. BrowserChannel.
See also: [clj-browserchannel][1]
[1]:https://github.com/thegeez/clj-browserchannel
## Demo ## Demo
clj-browserchannel-demo is an example chat application using a server clj-browserchannel-demo is an example chat application using a server

View file

@ -2,6 +2,9 @@
Jetty async adapter for BrowserChannel Jetty async adapter for BrowserChannel
See also: [clj-browserchannel][1]
[1]:https://github.com/thegeez/clj-browserchannel
## About ## About
Written by: Written by:

View file

@ -2,6 +2,9 @@
Netty adapter for use with BrowserChannel on top of Aleph. Netty adapter for use with BrowserChannel on top of Aleph.
See also: [clj-browserchannel][1]
[1]:https://github.com/thegeez/clj-browserchannel
## About ## About
Written by: Written by:

View file

@ -4,6 +4,9 @@ Cross-browser compatible, real-time, bi-directional
communication between ClojureScript and Clojure using Google Closure communication between ClojureScript and Clojure using Google Closure
BrowserChannel. BrowserChannel.
See also: [clj-browserchannel][0]
[0]:https://github.com/thegeez/clj-browserchannel
## goog.net.BrowserChannel ## goog.net.BrowserChannel
From the Google Closure API: "A [BrowserChannel][1] simulates a From the Google Closure API: "A [BrowserChannel][1] simulates a