Create basic web server framework
- uses HOSTNAME env var for root domain, falling back to locahost
- uses PORT env var for port, falling back to 8000 (as non privileged)
- extracts subdomain from url and WILL match it, but not currently
- Returns "404 could not resolve domain" if not matched