Welcome to Reactive

Reactive is a desktop application framework that gives everything needed to create n-tiers applications which includes database-backed applications.

The application can leverage the use of an object server made with Rails or any other system. It may also use local machinery according to the Model-View-Control pattern of separation.

Please visit www.ruby-reactive.org for further informations.

Description

This is reactive-core which as its names suggest is the core system for any reactive application.

Application developers will only be interested in the configuration and initialization process, look in Reactive::Initializer.

Plugin developers may also be interested in either the Reactive::Dispatcher system or the Reactive::OutputHandler.

Please get the reactive-dev gem for further developer information like code generators.