Skip to content

odehamer/webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webserver

A simple web server written in JavaScript which can serve files from the local file system.

Requirements

  • 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

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors