Serverless in-browser UI via pyodide #2488
yhcharles
started this conversation in
Ideas / Feature Requests
Replies: 1 comment 3 replies
-
Wow. I was not aware of Pyodide. Looks very interesting but we currently do not have the resources to investigate a possible integration. We are very grateful for any help in this regard. A first interesting step would probably be a working prototype of Starlette or FastAPI running in the browser. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With Pyodide, one can run Python code in browser -- without backend server. This enables the possibility to create pure frontend UI with Python.
A few other Python UI frameworks has already enabled this feature:
How about bringing this feature to NiceGUI?
Beta Was this translation helpful? Give feedback.
All reactions