Simon Willison: TILs on deno

Atom feed for deno

deno Running Python code in a Pyodide sandbox via Deno - 2023-05-10

I continue to seek a solution to the Python sandbox problem. I want to run an untrusted piece of Python code in a sandbox, with limits on memory and time. …

deno Deno KV - 2023-04-28

Initial article: April 28th 2023 - see below for an update

deno Annotated code for a demo of WebSocket chat in Deno Deploy - 2021-11-06

Deno Deploy is a hosted Deno service that promises a multi-tenant JavaScript engine running in 25 data centers across the world. …