syumai / workers

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

TinyGo don't support grpc-go! #109

Open jmzwcn opened 2 months ago

jmzwcn commented 2 months ago

TinyGo don't support grpc-go! any suggestion?

syumai commented 2 months ago

I think there are no gRPC implementation options that work with TinyGo.

In Go (not TinyGo), I confirmed that connect-go works on Cloudflare Workers. https://github.com/syumai/workers-playground/tree/main/connect-go-emoji-server