A serverless JS runtime used in Aspen PC
Powered by isolated-vm
- ๐ท Run untrusted code in V8 isolates
- ๐ Persist events to an append-only log
- ๐ Query the log with incrementally calculated reducers written in plain JS
- ๐ Restrict network access to declared domains similar to Deno
- ๐ Schedule backwork work or react to specific events to run automations
const runtime = require('@aspen.cloud/runtime');
// TODO: DEMONSTRATE API