even _more_ README updates
This commit is contained in:
parent
e02ac0d9da
commit
85168c202f
|
@ -1,30 +1,23 @@
|
||||||
# chat-demo for clj-browserchannel
|
# chat-demo for clj-browserchannel
|
||||||
|
|
||||||
Cross-browser compatible, real-time, bi-directional
|
A demo app for [clj-browserchannel][1].
|
||||||
communication between ClojureScript and Clojure using Google Closure
|
|
||||||
BrowserChannel.
|
|
||||||
|
|
||||||
See also: [clj-browserchannel][1]
|
[1]:https://github.com/gered/clj-browserchannel
|
||||||
[1]:https://github.com/thegeez/clj-browserchannel
|
|
||||||
|
|
||||||
## Demo
|
The chat-demo application is a very basic web chat application making use
|
||||||
|
of the client-side and server-side implementation for BrowserChannel provided
|
||||||
|
by clj-browserchannel. The server component is for BrowserChannel version 8.
|
||||||
|
The client component serves as a wrapper over `goog.net.BrowserChannel`
|
||||||
|
which also currently implements version 8 of the protocol.
|
||||||
|
|
||||||
clj-browserchannel-demo is an example chat application using a server
|
The chat-demo web app runs in at least:
|
||||||
side implementation for BrowserChannel written in Clojure. The server
|
|
||||||
component is for BrowserChannel version 8.
|
|
||||||
|
|
||||||
This enables client->server and server->client communication in
|
|
||||||
ClojureScript and Closure web apps, without any javascript
|
|
||||||
dependencies other than the Google Closure [library][2].
|
|
||||||
|
|
||||||
[2]: https://developers.google.com/closure/library/
|
|
||||||
|
|
||||||
The example runs in at least:
|
|
||||||
|
|
||||||
* Chrome
|
* Chrome
|
||||||
* Firefox
|
* Firefox
|
||||||
* Internet Explorer 5.5+ (!!)
|
* Internet Explorer 5.5+ (!!)
|
||||||
* Android browser
|
* Android browser
|
||||||
|
* Others
|
||||||
|
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
|
@ -45,20 +38,19 @@ At the bottom of the `-main` function in `chat-demo.server`, you can
|
||||||
comment/uncomment out the different `run-` functions to choose which
|
comment/uncomment out the different `run-` functions to choose which
|
||||||
web server you want to test out the demo with.
|
web server you want to test out the demo with.
|
||||||
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
Written by:
|
Written by:
|
||||||
Gijs Stuurman / [@thegeez][twt] / [Blog][blog] / [GitHub][github]
|
Gijs Stuurman /
|
||||||
|
[@thegeez](http://twitter.com/thegeez) /
|
||||||
|
[Blog](http://thegeez.github.com) /
|
||||||
|
[GitHub](https://github.com/thegeez)
|
||||||
|
|
||||||
[twt]: http://twitter.com/thegeez
|
Many updates in this fork by:
|
||||||
[blog]: http://thegeez.github.com
|
Gered King /
|
||||||
[github]: https://github.com/thegeez
|
[@geredking](http://twitter.com/geredking) /
|
||||||
|
[GitHub](https://github.com/gered)
|
||||||
Updated by:
|
|
||||||
Gered King / [@geredking][twt] / [Github][github]
|
|
||||||
|
|
||||||
[twt]: http://twitter.com/geredking
|
|
||||||
[github]: https://github.com/gered
|
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
|
|
|
@ -207,7 +207,7 @@ See [here][6] for a description of the various options you can
|
||||||
use. Most applications probably won't need to change any of
|
use. Most applications probably won't need to change any of
|
||||||
these.
|
these.
|
||||||
|
|
||||||
[6]: https://github.com/gered/clj-browserchannel/blob/master/clj-browserchannel/src/net/thegeez/browserchannel/server.clj#L838
|
[6]: https://github.com/gered/clj-browserchannel/blob/master/clj-browserchannel/src/net/thegeez/browserchannel/server.clj#L851
|
||||||
|
|
||||||
##### Sending Data
|
##### Sending Data
|
||||||
|
|
||||||
|
@ -374,7 +374,7 @@ used instead. See [here][8] for a description of the available
|
||||||
options and their defaults.
|
options and their defaults.
|
||||||
|
|
||||||
[7]: https://github.com/gered/clj-browserchannel/blob/master/clj-browserchannel/src/net/thegeez/browserchannel/client.cljs#L18
|
[7]: https://github.com/gered/clj-browserchannel/blob/master/clj-browserchannel/src/net/thegeez/browserchannel/client.cljs#L18
|
||||||
[8]: https://github.com/gered/clj-browserchannel/blob/master/clj-browserchannel/src/net/thegeez/browserchannel/client.cljs#L249
|
[8]: https://github.com/gered/clj-browserchannel/blob/master/clj-browserchannel/src/net/thegeez/browserchannel/client.cljs#L261
|
||||||
|
|
||||||
##### Sending Data
|
##### Sending Data
|
||||||
|
|
||||||
|
|
Reference in a new issue