top | item 41567996

(no title)

3l3ktr4 | 1 year ago

Curious to know what you're using under the hood for the python! I've download the repo and a quick search with "pyodide" didn't return anything.

discuss

order

KeplerBoy|1 year ago

Is python actually executed in the browser or is there a cpython process running on the backend?

dncornholio|1 year ago

No, it needs a server to run. This can be a python process or nginx or anything that FastAPI supports, since this seems to be build on top of FastAPI