syumai / workers

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

Support RPC Service Binding #116

Open syumai opened 4 months ago

syumai commented 4 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 1 month ago

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

syumai commented 1 month ago

RPC for Durable Objects will be separeted issue.