diff --git a/chat-demo/README.md b/chat-demo/README.md index e3bf126..f88f339 100644 --- a/chat-demo/README.md +++ b/chat-demo/README.md @@ -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 diff --git a/clj-browserchannel-jetty-adapter/README.md b/clj-browserchannel-jetty-adapter/README.md index 6ea483c..a2d9601 100644 --- a/clj-browserchannel-jetty-adapter/README.md +++ b/clj-browserchannel-jetty-adapter/README.md @@ -2,6 +2,9 @@ Jetty async adapter for BrowserChannel +See also: [clj-browserchannel][1] +[1]:https://github.com/thegeez/clj-browserchannel + ## About Written by: diff --git a/clj-browserchannel-netty-adapter/README.md b/clj-browserchannel-netty-adapter/README.md index 0cf1eca..e2f14a6 100644 --- a/clj-browserchannel-netty-adapter/README.md +++ b/clj-browserchannel-netty-adapter/README.md @@ -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: diff --git a/clj-browserchannel-server/README.md b/clj-browserchannel-server/README.md index 1682e7b..f471233 100644 --- a/clj-browserchannel-server/README.md +++ b/clj-browserchannel-server/README.md @@ -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