robrighter / node-boilerplate

Everything you need to get started on a Node.js website with express and socket.IO
1.06k stars 161 forks source link

Reflect latest express on 404 and 500 #5

Closed wdavidw closed 12 years ago

wdavidw commented 13 years ago

Here's a simplification of our little changes relative to http status taking advantage of the latest express api. I also had to update the submodule dependencies (at least for express but i also did it for socket-io).

A question, why not just using npm?