Plugins - Juggernaut
Add to favoritesThe Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client. In other words your app can have a real time connection to the server with the advantage of instant updates. Although the obvious use of this is for chat, the most exciting prospect is collaborative cms and wikis.
What Happens:
- Client A opens socket connection to the socket server
- Client B makes Ajax call to Rails
- Rails sends message to the socket server
- Socket server broadcasts message to clients
Please see the home page for requirements, installation, and usage.
http://juggernaut.rubyforge.org/
svn://rubyforge.org//var/svn/juggernaut/trunk/juggernaut
Misc. Enhancements
