JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 42
  • Score
    100M100P100Q68294F
  • License MIT

De✨light✨ful RPC system for Cloudflare Durable Objects

Package Exports

  • @lumenize/rpc

Readme

@lumenize/rpc

A de✨light✨ful RPC system for Cloudflare Durable Objects that makes your DOs accessible via intuitive proxy calls.

For complete documentation, visit https://lumenize.com/docs/rpc/introduction

Features

  • Use for Testing or Production: Use to "see inside" your DOs for testing or as an RPC system that goes all the way to the client/browser
  • StructuredClone Types: Supports all StructuredClone types (Date, Map, Set, RegExp, circular objects, etc.) for parameters and returns
  • Instrumentation Flexiblity: Auto-instrumentation of your existing DOs or custom instrumentation
  • TypeScript Support: Full TypeScript support with generics for your own DOs

Installation

npm install @lumenize/rpc