Travis Cline
Travis Cline
@vangent can you share if anything has changed here?
@saeidakbari can you rebase this and sign the CLA?
@mwitkow any action on this?
@yugui for swagger-compat questions: https://github.com/OAI/OpenAPI-Specification/issues/396
preliminary work and kind of hacked up but https://github.com/tmc/grpcutils/blob/master/websocket_proxy.go is an example of wrapping grpc-gateway with a transparent websocket upgrade
@yugui I think there's a basic argument of just fully expressing grpc's semantics to browser clients. I have starts of basic implementations of flowtype and elmlang generators here https://github.com/tmc/grpcutils and...
FWIW I separated that code: https://github.com/tmc/grpc-websocket-proxy
@konsumer thank you for your contribution. I think for the context of this project yugui means generate a package main that allows a user to skip writing any go but...
Oh i see you are generating go. For inclusion in this project it likely makes the most sense for the implementation to be in go as well.
@konsumer awesome! thanks for adding your contribution. I think you'll find that working on the go proto generators isn't too bad -- definitely reach out if you have any issues...