
The RevOnRockets is a complete package for developing a web based solutions in Rev. The package is a self contained suite of stacks, libraries and tools.
Right now the RevOnRockets package does not contain the FastCGI libraries due to their experimental nature.
The current included things are:
- EasyCGI - The easy to use collection of libraries for using with text or stack based cgis.
- LibCGI - Monte and Rodneys creation (with some new code by me), the best CGI library out there that is based on stacks
- Sample code - yes that's right, sample code for all the libraries and tools.
- Web Server - 100% transcript built webserver to run inside the IDE.
This package works out of the box, you just launch the RevOnRockets home stack and boom, you have a web server running with all kinds of libraries already installed and working. After that its just a matter of building your own tools. When your software is ready, just go on and deploy on your server.
The RevOnRockets package objective is to create a local environment for web development allowing the coder to be free from the tedious task of writting his files and testing on a remote server without the chance to use a debugger and with network latency against him.
The download is here: here.
If you're curious about this, click here to learn more about the EasyCGI collection of libraries.