WebService
WebService is a lightweight HTTP webserver which implements basic functionality expected of a modern webserver.
At only 230 lines of Javascript code, I've modified it for bespoke use in various projects, including this website.
The most basic functionality is achieved by implementing the following:
This instance is additionally utilising the
JSPP and
Timer modules which enable dynamic content generation and benchmarking respectively.