Hi all, 
I've been working on a WebSocket project recently while learning Clojure, 
and thought I'd share my port of the WAMP spec (for use with HTTP Kit).

WAMP is an open WebSocket subprotocol that provides two asynchronous 
> messaging patterns: RPC <http://wamp.ws/faq#rpc> and 
> PubSub<http://wamp.ws/faq#pubsub>
> .


See the project README.md for installation & usage instructions:

https://github.com/cgmartin/clj-wamp


An example site, with live chat and RPC demos, API docs:

http://cljwamp.us


Example site source:

https://github.com/cgmartin/clj-wamp-example



The code has stabilized enough to release as beta, but I'll warn you that 
it's still under development. 

Next up is to try integrating with Aleph, and port the JavaScript WAMP 
client to ClojureScript.

Cheers,
~Christopher Martin

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to