Just importImport directly from a Worker URL. Functions, classes, and objects become async proxies automatically.
Shared stateAdd ?shared to share state across clients via Durable Objects. Real-time collaboration with zero setup.
StreamingReadableStream and AsyncIterator work out of the box. Stream data to the client as it's produced.
Types includedTypeScript definitions are generated at build time with oxc-parser. Full inference in Deno via X-TypeScript-Types.
Path-based importsImport individual exports by path: /greet, /Counter. The ~5KB core is immutably cached.
Rich data typesDate, Map, Set, BigInt, URL, RegExp, TypedArrays, circular references -- all serialize and deserialize seamlessly.