Re: Clojurescript One and Websockets

2012-08-03 Thread Trevor Bernard
Any updates Kushal Pisavadia on Websockets and Ring jiving? On Monday, March 19, 2012 9:40:20 AM UTC-3, Kushal Pisavadia wrote: > > I am in discussion with James, but it's very high-level at the moment and > no work has been done on integration yet. > > I don't think it'll get into the next tagge

Re: Clojurescript One and Websockets

2012-03-19 Thread Kushal Pisavadia
I am in discussion with James, but it's very high-level at the moment and no work has been done on integration yet. I don't think it'll get into the next tagged release of Ring (1.1) in time, as that's likely to be released fairly soon once the current set of issues are cleared up. On 19 March 20

Re: Clojurescript One and Websockets

2012-03-19 Thread Jay Fields
I'm not involved (much) with Webbit other than using it in prod for my web socket stuff. I believe Kushal Pisavadia (cc'd) & James Reeves have been talking about webbit features that Ring could leverage, but I'm not familiar with the details. Cheers, Jay On Sat, Mar 17, 2012 at 7:23 PM, Brian Ro

Re: Clojurescript One and Websockets

2012-03-18 Thread Brian Rowe
Hey Jay, Are there any plans to make a ring adapter for webbit? On Friday, March 2, 2012 6:40:27 AM UTC-5, Jay Fields wrote: > > clojure + web sockets, not using aleph: > http://blog.jayfields.com/2011/02/clojure-web-socket-introduction.html > > On Mar 1, 2012, at 10:51 PM, Brian Rowe wrote: >

Re: Clojurescript One and Websockets

2012-03-04 Thread Hubert Iwaniuk
IIRC WebSocket support was not yet released in Google Closure Library. You will need to run against development version of closure-library. For project using it check out: https://github.com/neotyk/ws-cljs/ and live demo: http://lab01.kungfoo.pl:8108/ Cheers, Hubert On Fri, Mar 2, 2012 at 4:51

Re: Clojurescript One and Websockets

2012-03-02 Thread Jay Fields
clojure + web sockets, not using aleph: http://blog.jayfields.com/2011/02/clojure-web-socket-introduction.html On Mar 1, 2012, at 10:51 PM, Brian Rowe wrote: > Hi, > > I'm thinking about using clojurescript one a starting point for a web game. > I would like to use websockets as the primary c

Re: Clojurescript One and Websockets

2012-03-01 Thread George Oliver
On Mar 1, 7:51 pm, Brian Rowe wrote: > Hi, > > I'm thinking about using clojurescript one a starting point for a web > game.  I would like to use websockets as the primary communication > mechanism between the browser and the server.  As far as I know Zack > Tellman's Aleph is the only clojure w

Clojurescript One and Websockets

2012-03-01 Thread Brian Rowe
Hi, I'm thinking about using clojurescript one a starting point for a web game. I would like to use websockets as the primary communication mechanism between the browser and the server. As far as I know Zack Tellman's Aleph is the only clojure web server that supports websockets. Is this tr