in/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 be
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 M
; Martin
>
> On Mon, Jun 24, 2013 at 5:15 PM, Christopher Martin
> >
> wrote:
> > 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-
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 more
ttps://github.com/cgmartin/clj-wamp
Cheers,
~Christopher Martin
http://cljwamp.us
--
--
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
wesome library. I've been using it for a couple weeks now
> and it's been really easy to use. I appreciate the great documentation.
>
> On Monday, July 8, 2013 11:54:00 AM UTC-4, Christopher Martin wrote:
>>
>> clj-wamp: WAMP WebSocket subprotocol for HTTP Kit.
>
WebSockets with HTTP Kit.
Cheers,
~Christopher Martin
On Friday, July 19, 2013 1:33:51 PM UTC-4, c...@bitemyapp.com wrote:
>
> If you want something robust I'd recommend something like http-kit or
> Netty on the backend + using websockets (and a shim) directly on the
> frontend, or
Thanks for sharing this! I'm in a similar mindset right now, working on a
cljs port of a JS WebSocket library (AutoBahnJS) for clj-wamp<http://cljwamp.us>
.
Examples like these have been very helpful for getting up to speed on
ClojureScript and core.async.
Cheers,
~Christopher