/SimpleHTTPServer

Simple HTTP Server for Processing. handle file requests (html,css,js) or add custom Filehandler. Also allows callback methods

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

SimpleHTTPServer

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.

https://transfluxus.github.io/SimpleHTTPServer