multiplayer / visitors interactions with Ruby on Rails?
Posted
by Jordi
on Stack Overflow
See other posts from Stack Overflow
or by Jordi
Published on 2010-03-23T10:41:23Z
Indexed on
2010/03/23
10:43 UTC
Read the original article
Hit count: 447
I want to have interactions between visitors on my site.
Imagine a chat room.
It basically involves getting the data from everyone and sending it to everyone, this can be done by ajax and what not but I wonder if there is something already there in the wild that would do the heavy lifting for me. I have to say that I got very lost once I start programming Ajax, dont even know how to make tests for it...
I have found the Q42multiplayer library that looks like what I want but they use C# as backend. There is something similar or any other multiplayer thingy I can get some idea or rip some code from (the whole thing will be opensource) for Ruby on Rails?
© Stack Overflow or respective owner