A New File Server

We start our new chapter with a look at the big picture. Our code passes its tests, but it doesn’t work in the browser. Part of the reason is that our simple Node.js web server can’t handle multiple files. Writing a complete file server would be a waste of our time, so we’ll use a third-party library instead. We start by choosing the library and formulating our strategy.

comments powered by Disqus