Project

riojs

0.0
No commit activity in last 3 years
No release in over 3 years
Rio is a javascript RIA framework for building real-time collaborative web applications on top of Rails. It includes sophisticated binding libraries, client->server and server->client synchronization, transitive dependency management, testing frameworks, and compression and deployment optimization.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Rio - real-time collaborative RIA’s for Rails

¶ ↑

Rio is a javascript RIA framework for building real-time collaborative web applications on top of Rails.

NOTE: Rio currently requires rails > 2.3. This is because of some bugs with the way the gem is setup. Shortly it will work with rails > 2.0

Example

¶ ↑

Start by creating a rio application:

script/generate rio_app example

Then start your server and point your browser at the new app:

localhost:3000/example

Your scaffold application should boot up!

Copyright © 2008-2010 Jason Tillery and Vishu Ramanathan. See LICENSE for details.