The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
Im having issues with serving static files. Decorating a function with @WebRoute(GET, "/") or even @WebRoute(GET, "/")doesnt seem to do anything as it is not called althought the requested url should match it.
Im having issues with serving static files. Decorating a function with @WebRoute(GET, "/") or even @WebRoute(GET, "/")doesnt seem to do anything as it is not called althought the requested url should match it.