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