bogart-edge
Version:
Fast JSGI web framework taking inspiration from Sinatra
16 lines (12 loc) • 433 B
Markdown
# Bogart
## Features
* Intuitive Routing
* Extensible View Engine that supports Jade, Mustache, and HAML out of the box
* View Engine supports partials
* [JSGI](http://wiki.commonjs.org/wiki/JSGI) compatible
* Good test coverage
* Fast!
## Learn
* [Routing]() Setup Bogart routes to handle URLs.
* [ViewEngine]() Extensible ViewEngine with partials and layout support.
* [Middleware]() Compose responses with reusable middleware.