Skip to content
visionmedia edited this page Nov 11, 2011 · 49 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.

Frameworks built with Express

  • RailwayJS -- High-level MVC framework inspired by RoR
  • Calipso -- A Content Management System based on Express & Mongoose
  • Bones -- A client/server application framework built with Express & Backbone

Middleware

Visit the Connect wiki for middleware.

Clone this wiki locally