stephenh / ts-proto

An idiomatic protobuf generator for TypeScript
Apache License 2.0
2.17k stars 349 forks source link

@improbable-eng/grpc-web is deprecated #1139

Open anthony-dandrea opened 4 days ago

anthony-dandrea commented 4 days ago

With the flag --ts_proto_opt=outputClientImpl=grpc-web ts-proto uses @improbable-eng/grpc-web. Which recommends to use another library:

Please note that this repo is in maintenance mode, and we recommend users migrate to the official grpc-web client: https://github.com/grpc/grpc-web.

Is it safe to use --ts_proto_opt=outputClientImpl=grpc-web?

stephenh commented 3 days ago

Hi @anthony-dandrea , I guess it depends on your interpretation of "safe" :-) . Afaiu there are no scary bugs/broken behaviors in improbable-eng , i.e. it is "safe for production" imo, but definitely sounds like we should migrate over to the official grpc-web bindings.

If you'd like to help out with that, that would be amazing; ts-proto only improves when users "scratch their own itch". Thank you!