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.

comments powered by Disqus