sandstormports / community-project

Tracking our collaborative progress as a team
3 stars 1 forks source link

Ian: client-side capnproto rpc #9

Open zenhack opened 3 years ago

zenhack commented 3 years ago

Kenton pointed me to https://github.com/fasterthanlime/capnp-ts/tree/rpc as a mostly-ready version of a pure-typescript capnproto rpc implementation. I poked at it, and the current version doesn't build; it looks like there are still a few TODOs. It also needs to be changed to not require node's finalizer support in order to run in the browser.

I'd like to get that work finished up so we can use capnp client side, both in sandstorm and for some apps.

zenhack commented 3 years ago

Relevant issue to follow: https://github.com/jdiaz5513/capnp-ts/issues/92

zenhack commented 2 years ago

I will probably work on some of this as part of building out a UI for ocap-md, which can hopefully serve as a proving ground.