syumai / workers

Go package to run an HTTP server on Cloudflare Workers.
MIT License
704 stars 41 forks source link

Support RPC Service Binding #116

Open syumai opened 6 months ago

syumai commented 6 months ago

It would be nice to have the ability to generate and export JavaScript classes from Go structs and interfaces using the workers-cli command. https://developers.cloudflare.com/workers/runtime-apis/bindings/service-bindings/rpc

gedw99 commented 3 months ago

This would make Durable Objects easier, and so I assume rehydration of workers state ?

syumai commented 3 months ago

RPC for Durable Objects will be separeted issue.