# clj-browserchannel-demo Cross-browser compatible, real-time, bi-directional communication between ClojureScript and Clojure using Google Closure BrowserChannel. ## Demo clj-browserchannel-demo is an example chat application using a server 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 * Firefox * Internet Explorer 5.5+ (!!) * Android browser ## About Written by: Gijs Stuurman / [@thegeez][twt] / [Blog][blog] / [GitHub][github] [twt]: http://twitter.com/thegeez [blog]: http://thegeez.github.com [github]: https://github.com/thegeez ### License Copyright (c) 2012 Gijs Stuurman and released under an MIT license.