Setting up a server to do both static and dynamic queries

We will need our server to handle both static and dynamic queries. Fortunately, our very first server was dynamic, and node already has a module that handles static queries.

You'll need to modify the server some more to handle AJAX queries, so don't hand it in yet.