I want to implement a microPython script (on an ESP32 device) to support multiple web servers and a web client. Can you point me to a script that creates multiple servers and allows for non-blocking processing?
1 Answers
Hi.
What do you mean by multiple web servers? Can you be a little more specific about what you want to achieve?
For an asynchronous web server, you need to use the uasyncio library: https://github.com/micropython/micropython-lib/tree/v1.0/uasyncio
Unfortunately, at the moment, we don’t have any examples using that library.
Regards,
Sara