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

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

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 M

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

2013-06-24 Thread Christopher Martin
; 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-

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

2013-06-24 Thread Christopher Martin
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

[ANN] clj-wamp 1.0.0-rc1 is released

2013-07-08 Thread Christopher Martin
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

Re: [ANN] clj-wamp 1.0.0-rc1 is released

2013-07-09 Thread Christopher Martin
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. >

Re: Socket.IO and Clojure?

2013-07-20 Thread Christopher Martin
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

Re: using httpkit + core.async to build a simple WebSocket-based chat demo

2013-07-21 Thread Christopher Martin
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