This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/chat-demo
2013-07-31 21:36:08 +02:00
..
cljs/bc Silence the logger 2012-04-12 18:09:49 +02:00
resources Add tasks for browserrepl and auto cljs compilation 2012-04-16 21:23:45 +02:00
src Netty deps are broken 2013-07-31 21:36:08 +02:00
.gitignore Add tasks for browserrepl and auto cljs compilation 2012-04-16 21:23:45 +02:00
Procfile add chat-demo 2012-04-07 21:02:07 +02:00
project.clj Netty deps are broken 2013-07-31 21:36:08 +02:00
README.md Update chat-demo/README.md 2012-04-22 23:39:29 +03:00

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 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.

The example runs in at least:

  • Chrome
  • Firefox
  • Internet Explorer 5.5+ (!!)
  • Android browser

About

Written by: Gijs Stuurman / @thegeez / Blog / GitHub

License

Copyright (c) 2012 Gijs Stuurman and released under an MIT license.