After a bit of a rocky start yesterday I've finally got Mocha and Chai running in the browser which is great. Today I'd like to test out some of the async functionality of Mocha. This seems to be the big selling point for most people so we'll kick the tires a bit. Basic Async Tests with Mocha and Chai I wrote a little Node service that we'll consume for testing purposes. This is my first Node and