Merge branch 'master' of github.com:thegeez/clj-browserchannel
This commit is contained in:
commit
448289792f
|
@ -1,9 +1,12 @@
|
|||
# clj-browserchannel-demo
|
||||
# chat-demo for clj-browserchannel-demo
|
||||
|
||||
Cross-browser compatible, real-time, bi-directional
|
||||
communication between ClojureScript and Clojure using Google Closure
|
||||
BrowserChannel.
|
||||
|
||||
See also: [clj-browserchannel][1]
|
||||
[1]:https://github.com/thegeez/clj-browserchannel
|
||||
|
||||
## Demo
|
||||
|
||||
clj-browserchannel-demo is an example chat application using a server
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
Jetty async adapter for BrowserChannel
|
||||
|
||||
See also: [clj-browserchannel][1]
|
||||
[1]:https://github.com/thegeez/clj-browserchannel
|
||||
|
||||
## About
|
||||
|
||||
Written by:
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
Netty adapter for use with BrowserChannel on top of Aleph.
|
||||
|
||||
See also: [clj-browserchannel][1]
|
||||
[1]:https://github.com/thegeez/clj-browserchannel
|
||||
|
||||
## About
|
||||
|
||||
Written by:
|
||||
|
|
|
@ -4,6 +4,9 @@ Cross-browser compatible, real-time, bi-directional
|
|||
communication between ClojureScript and Clojure using Google Closure
|
||||
BrowserChannel.
|
||||
|
||||
See also: [clj-browserchannel][0]
|
||||
[0]:https://github.com/thegeez/clj-browserchannel
|
||||
|
||||
## goog.net.BrowserChannel
|
||||
|
||||
From the Google Closure API: "A [BrowserChannel][1] simulates a
|
||||
|
|
Reference in a new issue