Projects
- RSence
RSence is a framework designed for responsive web applications with desktop-like user interfaces and automated data synchronization. Data change events trigger bound data responders both on client and server.
Installation:
gem install rsence
More detailed instructions...- RSence Legacy (1.x)
This is the old svn project for RSence 1.x series and below.
-
- Dice Component ExampleSimple Dice Component Example
Shows how to create a simple, single-purpose component with graphics tiles. - GUI Switcher
Simple example of JSONRenderer usage. Switches the value of a sub-gui from from a list.
- Hello WorldA very simple hello world plugin. This example demonstrates the session specific value access by greeting the client with "Hello World" upon button click.
- Download
- Git:
git clone git://github.com/rsence-examples/hello_world.git...
- RSence Event TestRSence Interactive Event Tester
- Simple Chat
This plugin demonstrates a simple multi-user chat application. It's not intended to be a fully featured chat app in itself, instead its main purpose is to work as an example of a an application where multiple users interact with each other. Also shows how to create a thread for processing data in the background....
- SolitaireRSence solitaire card game example.
- Unit ConverterSimple demonstration of client side programming and value binding with the server.
- Download
- Git:
git clone git://github.com/rsence-examples/unit_converter.git
- Url ValidatorSimple example of real time (server side) URL validation.
- Download
- Git:
git clone git://github.com/rsence-examples/url_validator.git
- Visitor CounterA real time visitor counter application.
- Download
- Git:
git clone git://github.com/rsence-examples/visitor_counter.git
Also available in: Atom