Open
Description
Things that need to happen:
- Restify is too bulky for what's needed by default. At this point it's probably best to just use the built-in
http
module. - Files that need serving should exist in their own directory that is safe to serve publicly so it's possible to easily interact with static server middleware. In general they only want a static directory and it's difficult to specify exact files within the directory that should be served.
- When given a server, we should be able to automatically add the needed routes.
- There should be middleware available to inject the
monkey.js
script into the head of any HTML output sent by a provided server.