Why Deno's new sandboxes could let your app scale infinitely
7 min read
1857 words
An exciting new development has recently emerged in the Deno universe. The new sandbox project, which is currently in the alpha phase, allows any JavaScript code to be executed in an ephemeral environment. This means that user- or AI-generated code can be executed without the risk of malicious code being brought to the host system.
It's a combination of technologies that makes my nerd heart beat faster: Deno and Firecracker VMs combined.