Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 433 Bytes

index.md

File metadata and controls

16 lines (12 loc) · 433 Bytes

Bogart

Features

  • Intuitive Routing
  • Extensible View Engine that supports Jade, Mustache, and HAML out of the box
  • View Engine supports partials
  • 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.