Skip to content
tbranyen edited this page Aug 10, 2011 · 85 revisions

Others

Misc modules that extend Express or provide useful utilities.

Template Engines

Template engines that are Express compliant out of the box.

  • Jade -- Haml inspired template engine
  • Haml.js -- Haml implementation
  • EJS -- Embedded JavaScript template engine
  • hbs -- adaptor for Handlebars.js, an extension of Mustache.js template engine
  • combyne.js -- A template engine that hopefully works the way you'd expect.

Middleware

Middleware commonly used with Express projects.

Clone this wiki locally