fossunited / falcon

A service that execute code in any programming language in a sandboxed environment.
MIT License
42 stars 6 forks source link

Implement LiveCode Engine for Cloudflare #14

Open anandology opened 3 years ago

anandology commented 3 years ago

Implement the simplified API specified in #12 to run on Cloudflare Workers.

Cloudflare workers support running Python. It is serverless and already sandboxed. Timeouts are already take care.

Experiment with running python code in cloudflare workers and see if livecode can be implemented as a cloudflare worker.

Tasks: