Simple and Lightweight Ruby Framework for Web Development
Nekonote Framework is simple and easy to learn.
It's not a kind of full-stack framework. Small and Lightweight.
You can generate a Rack application easily.
It's Push-MVC based architecture.
You can get started with a application structure.
"nekonote" command can controll a web server.
You can define routes for your application in the configuration files.
You may define the routes for when some exceptional things happend.
You can configure environments for your application.
It can display exception's details on your browser.
It provides you thread-safe logging.
The templating engine on Nekonote Framework is Liquid.
Please see Getting Started on the reference manual.
You need to use --pre
option when installing pre-beta version.
$ gem install nekonote-framework --pre
Nekonote Framework is friendly license and is released under the MIT License.