RESTful Streams

As more people collaborate on the web with your applications, its not enough to just persist data to the database; it needs to be pushed out to your users web browsers so that they’re always working with the freshest data.

Learn how to build a real-time layer on top of an existing Rails application’s authorization and resource logic so that you can build on top of the hard work already invested in your Rails application.