WiPy HTTP Server
-
I created a simple library to act as a HTTP server for a recent project. Carlae's http_daemon is able to receive a dictionary of endpoints to functions to call when a request is received on that endpoint.
-
You can found also MicroWebSrv for WiPy, LoPy, etc : https://github.com/jczic/MicroWebSrv
:)