invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Should work with MicroPython and Pyodide. #92

Open ntoll opened 1 month ago

ntoll commented 1 month ago

During the demo-of-doom times, we had to start using asyncio related things to interact with some of the underlying asynchronous browser based APIs. MicroPython didn't support such asyncio core classes and methods, thus making Invent Pyodide only. This MUST change, now MicroPython has a simple implementation of asyncio.