[Rails-core] Re: feature request (with demo code): native websockets as controller callbacks.

2014-12-23 Thread Boaz Segev
I added code that automates the #broadcast to use a Redis server (if defined). I think having these features in Rails, where a controller can respond to websocket events, is critical for moving forward. Using middleware and dedicated event machines to handle parts of the application means that

[Rails-core] Re: feature request (with demo code): native websockets as controller callbacks.

2014-12-04 Thread Boaz Segev
Ha... that's probably true (lol)... ...It started as a pet project for myself - I was making a private joke at the expense of the 'Thin' server (which I love)... :) On Thursday, December 4, 2014 8:15:19 PM UTC+2, Kunal Shah wrote: > > Boaz, > > You really need to rename your project. It's 2014

[Rails-core] Re: feature request (with demo code): native websockets as controller callbacks.

2014-12-04 Thread Kunal Shah
Boaz, You really need to rename your project. It's 2014 almost 2015, we have to be wiser than this. Respectfully Kunal On Wednesday, December 3, 2014 6:04:48 PM UTC-5, Boaz Segev wrote: > > Hi, > > I was thinking about this a lot and even found myself writing a whole server > / framework with