I have some thoughts and ideas about features I would love to see in
Rails
5.0, especially web socket related.
I wrote a whole server / framework called Anorexic https://github.com/boazsegev/anorexic to test my ideas before
approaching
someone - and I think there’s some decent code that could be put to use.
My main idea is about how to provide native web socket support to our
controller classes, including the on_message, on_connect, pre_connect
and on_disconnect callbacks, as well as allowing us to broadcast
messages and collect information about other connection (controller
instances, I guess)…
Whom do I approach? and whom do I talk to?
Anyone knows where to leave any messages about this stuff?
I have some thoughts and ideas about features I would love to see in
Rails 5.0, especially web socket related.
I wrote a whole server / framework called Anorexic to test my ideas
before approaching someone - and I think there’s some decent code that
could be put to use.
My main idea is about how to provide native web socket support to our
controller classes, including the on_message, on_connect, pre_connect
and on_disconnect callbacks, as well as allowing us to broadcast
messages and collect information about other connection (controller
instances, I guess)…
Whom do I approach? and whom do I talk to?
Anyone knows where to leave any messages about this stuff?
On Wednesday, December 3, 2014 9:47:51 PM UTC, Boaz Segev wrote:
controller classes, including the on_message, on_connect, pre_connect
and on_disconnect callbacks, as well as allowing us to broadcast
messages and collect information about other connection (controller
instances, I guess)…
Whom do I approach? and whom do I talk to?
as well as the mailing list the irc channel (#rails-contrib on freenode
is
a good place for sounding out ideas). In the past I’ve found it easier
to
get feedback there than all on the mailing list.
Fred
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.