Hey, I've made a small tool that can be useful for some.
https://github.com/utrack/clay

Clay is a generator/platform that enables you to serve your gRPC services 
via HTTP handlers for testing purposes. Swagger definitions are generated 
as well, thanks to protoc-gen-swagger.
Unlike grpc-gateway, you don't need an intermediate instance to act as a 
gateway - http is served by instance itself instead.
It uses code generation via protoc plugin `protoc-gen-goclay`.
While example code is very simple - the API is easily extendable, allowing 
you to swap any part of a server, or use your own server implementation 
entirely.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/aebe6b14-6111-40ff-bfbb-79d343033a1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to