jczic / MicroWebSrv2

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!
https://github.com/jczic/MicroWebSrv2
MIT License
662 stars 97 forks source link

Makes the route resolver pattern compatible with MicroPython's re #66

Closed Gattag closed 3 years ago

Gattag commented 3 years ago

MicroPython does not support named classes within [...] (i.e. no [\\w] or [\\s] )

Fixes #38