@dylsteck.eth
fellow writers of golang, what do you use to share protos between a go backend and a javascript frontend? two options i'm considering:
- use something like connectrpc.com that generates a typescript client based on your protobufs
- grpc gateway and openapi(with a frontend sdk built on the open api spec)
ngl connectrpc looks cool to check out, but curious if any casters have recs!