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!
I can't get my web pages to server JavaScript. When I try with <script src="whatever.js"></script>, the page will load fine, but then the server will fail to receive the request for the JS file correctly. As you can see from the image below, it seems the request it is receiving is empty even though the request that was sent was correct.
I'm not sure if this is because the requests are coming too close together or what (and if that is the problem, this solution will probably not work for me). Either way, I'd love some help getting to the bottom of this.
I can't get my web pages to server JavaScript. When I try with
<script src="whatever.js"></script>
, the page will load fine, but then the server will fail to receive the request for the JS file correctly. As you can see from the image below, it seems the request it is receiving is empty even though the request that was sent was correct. I'm not sure if this is because the requests are coming too close together or what (and if that is the problem, this solution will probably not work for me). Either way, I'd love some help getting to the bottom of this.Device: ESP32 CAM