js_httpd - really small HTTP server in JavaScript Fetch the software. js_httpd is a very small Unix-based HTTP server, written in JavaScript. It runs from inetd, which means its performance is poor. But for low-traffic sites, it's quite adequate. It implements all the basic features of an HTTP server, including: Security against ".." filename snooping. The common MIME types. Trailing-slash redirec

