I am looking to create a way for visitors to interact on my website.
Imagine a virtual chat space.
This involves collecting and sharing data among users, which can be accomplished using ajax or similar methods. However, I'm wondering if there are existing tools that can handle this process for me. I often feel overwhelmed when delving into Ajax programming and struggle with writing tests for it...
I came across the Q42multiplayer library, which seems to offer what I need but is based on C#. Are there any similar multiplayer solutions or other resources available that I could leverage (with intentions to make the project open source) for use with Ruby on Rails?