Just importImport directly from a Worker URL. Functions, classes, and objects become async proxies automatically.
Vite integrationnpx exportc init adds export to any Vite project. Auto-starts Wrangler, auto-generates types, deploys with npm run export.
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 auto-generated from your code. Full inference in Deno via X-TypeScript-Types, auto-updated in Vite.
Rich data typesDate, Map, Set, BigInt, URL, RegExp, TypedArrays, circular references -- all serialize and deserialize seamlessly.