Replies: 1 comment 1 reply
-
Seriously, it would be awesome. We would be able to create serverless web applications in pure python |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wonder if you can use pyodide within dominate to create a pure python application client side.
For instance, imagine a python function called by a button. Rendering the html page will create a JavaScript wrapper for the python function using pyodide
With this feature, it would be possible to create a functional client side application.
Check this html source page of https://dridk.github.io/ninam/ . It use only python for the logic in client side
Beta Was this translation helpful? Give feedback.
All reactions