Re: [ANN] clj-wamp : a WebSocket sub-protocol for HTTP Kit

2013-06-24 Thread Christopher Martin
Thanks! I saw that too in the Autobahn docs. I'll add that source link to the GitHub issue I'm tracking for that feature @ https://github.com/cgmartin/clj-wamp/issues/3 On Tuesday, June 25, 2013 12:04:21 AM UTC-4, Juha Syrjälä wrote: > > Nice work. How about adding this > https://github.com/ta

Re: [ANN] clj-wamp : a WebSocket sub-protocol for HTTP Kit

2013-06-24 Thread Juha Syrjälä
Nice work. How about adding this https://github.com/tavendo/AutobahnPython/tree/master/examples/wamp/authentication WAMP-CRA (WAMP Challenge Response Authentication)? On Tuesday, June 25, 2013 6:52:40 AM UTC+3, Christopher Martin wrote: > > Good call. I agree the prefix shortening should be mor

Re: [ANN] clj-wamp : a WebSocket sub-protocol for HTTP Kit

2013-06-24 Thread Christopher Martin
Good call. I agree the prefix shortening should be more noticeable since it's found throughout the examples. I've given it its own section now: http://cljwamp.us/tutorial#wampprefix Again, much thanks for the feedback! On Monday, June 24, 2013 1:51:25 PM UTC-4, martin_clausen wrote: > > That is

Re: [ANN] clj-wamp : a WebSocket sub-protocol for HTTP Kit

2013-06-24 Thread Martin Clausen
That is a great tutorial Christopher. Really easy to follow. You might want link the use of CURI (should be CURIE right?) in your code example to the explanation of prefix shortening, as it is not readily apparent that these are linked(at least not to me). Martin On Mon, Jun 24, 2013 at 5:15 PM,

Re: [ANN] clj-wamp : a WebSocket sub-protocol for HTTP Kit

2013-06-24 Thread Christopher Martin
Martin, Thanks for the kind feedback. I've written a tutorial (first draft) that covers some of the basics, and created a leiningen template for quick-starting a new HTTP-Kit/clj-wamp project: http://cljwamp.us/tutorial https://github.com/cgmartin/clj-wamp-template Cheers, ~Christopher Martin

Re: [ANN] clj-wamp : a WebSocket sub-protocol for HTTP Kit

2013-06-18 Thread martin_clausen
Excellent job Christopher. The examples look great and so does the rest of the documentation. A tutorial or walk-through of one of the examples would be great. Cheers Martin On Tuesday, June 18, 2013 5:29:52 PM UTC+2, Christopher Martin wrote: > > Hi all, > I've been working on a WebSocket pr

[ANN] clj-wamp : a WebSocket sub-protocol for HTTP Kit

2013-06-18 Thread Christopher Martin
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 and > PubSub