Open yl-yue opened 2 years ago
Hi :)
This library provides an extension to protoc for auto-generating the API stubs.
The protoc for JS proto messages has been recently moved to this location: https://github.com/protocolbuffers/protobuf-javascript
I'm supposing you could submit your FR over there.
Thanks! :)
Thanks for the reply, looking forward to using ES6
import in grpc-web
Due to the current vue2
upgrade to vue3
, and the selection of UI framework must use ES6 specification, resulting in the current temporary abandoned grpc-web
, using GRPC gateway to JSON request, currently launched in the browser is HTTP1.1 JSON request, rather than GRPC protocol Protobuf serialization
Therefore, we would prefer to use grpc-web
to serialize GRPC requests with Protobuf rather than go back to the original HTTP + JSON approach.
How does this library relate to Protoc, and protoc support for ES6 can be requested here?