cloudflare / cloudflare/capnweb
RPC reconciliation
Open
- Dominant language
- TypeScript
- Stars
- 4k
- Forks
- 143
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 7
Description
The Workers Runtime contains a built-in RPC system with similar semantics to Cap'n Web. Lately, we've started calling this built-in system "Cap'n Web", too, since it's so similar in usage.
There are currently some things Cap'n Web supports which the built-in RPC system doesn't, and vice versa. We should reconcile this, so that they have feature parity. For example:
- Built-in RPC doesn't support `.onRpcBroken()`
- Built-in RPC doesn't support `.map()`
Contributor guide
Assessment
This issue has not been assessed yet.