Avatar

Employee

What feature are you trying to implement ?

The README.txt describes how to write an http application that subscribes and gets notification when items are published/removed. The associated file is serverIntegration/ruby/rtchooks_controller.rb that should be added to a Rails application, together with RubyAMF as described in the README file (sorry for the very generic filename and don't ask me why is not called, for example, README_RTCHOOKS.txt )

The DevConsole_RubyOnRails example does implement what is described in the README. You can see that it includes the rtchooks_controller and stuff.

If you are looking for an example that shows more "real time" messaging between a room and your server you may want to look at some of the other Server2Server example, or write a simple Rails application that "subscribe" to a node and prints out items while they arrive