▲ | MomsAVoxell 5 days ago | |||||||||||||||||||||||||
For my embedded needs, I've relied heavily on TurboLua, which I find really kicks some serious butt: What's great is that signals and fd_sets are supported, so it can really tie the web services and the hardware together nicely. I can easily wire up GPIO, for example. I haven't dug into Microdot yet - but are there similar mechanisms? I love my Lua projects based on TurboLua, but wouldn't mind seeing some python chops get sharpened, same-wise ... Edit: I dug in, and I guess the things I want are to be found in the python batteries included anyway .. plus, Microdot is a very small tack-on to microPython, and a pleasure to read .. | ||||||||||||||||||||||||||
▲ | miguelgrinberg 5 days ago | parent [-] | |||||||||||||||||||||||||
Right. Microdot just gives you the support to build the web application. This is built on top of the standard asyncio Python library, so you are likely to find good support for most tasks in the ecosystem. | ||||||||||||||||||||||||||
|