Testing a Node.js HTTP server with Mocha by Taylor Fausak on February 17, 2013 I spent the better part of the past week updating a Node.js HTTP server from version 0.4.8 of Node to the most recent version, 0.8.20. I started looking over the change logs but they quickly overwhelmed me. Two years of development on Node, V8, npm, and dependent packages generated a lot of changes. Instead of trying to

