Hacker News new | ask | show | jobs
by klabetron 541 days ago
> Your files are processed directly in your browser, and no files are uploaded to our servers or stored by us.

How does it run a Python library entirely browser side? Just curious.

(Given the faff of setting up a Python environment, this is a great idea.)

2 comments

It doesn't. It seems to send a POST request to an API endpoint to do the processing (in direct contradiction with their FAQ section)
Now you make me wonder if I could run this entirely inside pyscript