Egalite is a simple web application framework built on Rack.
Policy:
- Egalite's source code is easier to read. (no blackmagic, less meta-programming, less reflection)
- Application is a plain Ruby code. no DSL.
- No YAML configuration file.
- Work as a CGI (when not using rubygems)
Now ready for production use.