CH4 / E19|Serving Files|Mon, 27 Aug ’12
Serve a Static File
We double-check our file setup and teardown code, then start test-driving our file-serving code. It doesn’t work at first due to a tricky interaction between exception handling and asynchronous Node.js code, but we get it working in the end.