On 12/29/06, Daniel Aquino <mr.danielaquino at gmail.com>
wrote:> So is there a generic type of protocol that could be used for
> communicating between server/clients ?
> _______________________________________________
> Eventmachine-talk mailing list
> Eventmachine-talk at rubyforge.org
> http://rubyforge.org/mailman/listinfo/eventmachine-talk
>
Well, EM itself is protocol agnostic, but it''s designed to make it
easy to implement whatever protocol you want. There isn''t really a
generic protocol for clients and servers, but HTTP (the REST model)
works pretty darned well for most things.