Tools for quickly using BrowserChannel for bi-directional client-server messaging.
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.
Go to file
2014-12-27 17:54:35 -05:00
src remove the core.async channel for sending client->server messages 2014-12-27 17:54:35 -05:00
.gitignore initial commit 2014-12-07 17:09:32 -05:00
LICENSE initial commit 2014-12-07 17:09:32 -05:00
project.clj refactor, using cljx to share common server and client code 2014-12-24 15:37:45 -05:00
README.md re-work app-specified callbacks into a 'middleware' system 2014-12-24 15:00:48 -05:00

clj-browserchannel-messaging

Helper utilities and Ring middleware for using BrowserChannel as a real-time client-server messaging protocol in your Clojure/ClojureScript web apps.

Currently in early development. Documentation and examples to come!

Usage

TODO: write better and more complete usage instructions + examples

License

Copyright © 2014 Gered King

Distributed under the the MIT License (the same as clj-browserchannel). See LICENSE for more details.