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