yep, I also realized one with Faye follwing the railscast "messagin with faye" was straight forward and works well also you want obviously do the necessary tom improve the user experience a little.
On Jul 9, 5:11 pm, Stefano <[email protected]> wrote: > Probably the easiest (yes I know that might be very subjective) way of > getting you running is to use Faye. Just google Faye github or > something to get more infos. its also covered in one of the > railscasts.com screencasts. > > Regards > Stefano > > On Jul 9, 4:07 pm, Frederick Cheung <[email protected]> > wrote: > > > > > > > > > On Jul 9, 5:35 am, Amrit Pal Pathak <[email protected]> wrote: > > > > hey > > > I want to develope a chat client in rails .Please suggest me > > > what i should do.? > > > I wrote a long polling based system a few years ago, with a c++ server > > handling the long-lived connections using epoll/kqueue (you could also > > do this in ruby if you weren't going to have too many connections). > > You might also want to look into websockets, there are a some ruby > > implementations of the server side bits around. There are also a > > variety of likehttp://www.ape-project.org/whichpurport to insulate > > you from the vagaries of what browser supports what methods best (I > > haven't used this) > > > Fred > > > > Thanks in advance > > > > amritpalpathak.blogspot.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

