SimpleHTTPServer is a HTTP Server implementation for Processing. It can server static files (html,css,js) or use custom FileHandler. By that it can also handle PUT requests or answer with JSON. Callbacks can be added to the simple Filehandles in order to control query parameters.
transfluxus/SimpleHTTPServer
Simple HTTP Server for Processing. handle file requests (html,css,js) or add custom Filehandler. Also allows callback methods
JavaScriptGPL-2.0