Hacker News new | ask | show | jobs
by jgrahamc 2350 days ago
Yes. This is something like Cloudflare Workers (except we built a deep embedding of V8 rather than relying on the browser infrastructure).

https://workers.cloudflare.com/

Plus we have a distributed KV store to go with the code execution environment.

1 comments

Our main reason for relying on the full browser is to not be tied to a specific browser engine, and to be able to benefit from browser security updates really easily, but there are obviously some challenges to this approach.
Makes sense. Certainly not dissing your approach!