A simple web server written in JavaScript which can serve files from the local file system.
- Listen for HTTP requests on port 3000
- Logs the IP address and user agent of any incoming requests to the local console
- Serves files from the
www/directory which match the incoming request path - Returns a 404 status code if no files match the requested path