inadarei / nodebootstrap

NodeBootstrap - generates skeleton project for Node/Express.js with pre-configured best-practices. Kick-start your Node project development with tons of boilerplate taken care of, such as: clustering, Docker-support, database migrations, automated testing, error-handling, modularity, advanced logging, templated views, environments etc.

Home Page:http://www.nodebootstrap.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix to work with the latest Express.js

inadarei opened this issue · comments

Latest Express.js (3.0.0rc2) seems to have broken bunch of stuff compared to the latest stable 2.x branch. Node Bootstrap code needs upgrade to make sure it works with 3.x by the time 3.x comes out of RC.