/Mono

An ultra-lightweight, pure-rack web framework that includes erb template rendering, cookies, & a router. It additionally contains a simplified implementation of Rails' Active Record, and can host static asset files.

Primary LanguageRuby

Mono

Description:
Mono is a lightweight, pure-rack web framework built in Ruby and modeled after Ruby on Rails. The framework contains the following features:

  1. Routing
  2. Sessions and Cookies
  3. Flash Errors
  4. Embedded Ruby (ERB) templates

To view the framework in action, please view my personal portfolio site, which is hosted using the framework.