go-grpc-middleware icon indicating copy to clipboard operation
go-grpc-middleware copied to clipboard

Support CORS

Open maguro opened this issue 6 years ago • 0 comments

Having CORS support for golang gRPC would be nice and it seems to be technically possible, although one must craft a solution by hand. Having a simple pluggable framework would ease the pain/drudgery and also serve as a guide to new gRPC developers.

It’s not exactly a middleware thing like the interceptors in this project, but this project struck me as the goto project for tasks of this ilk.

I’m happy to submit a PR or donate a project. Thoughts?

maguro avatar May 16 '18 13:05 maguro