Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 348 Bytes

File metadata and controls

4 lines (3 loc) · 348 Bytes

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