Open anthony-dandrea opened 4 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!
With the flag
--ts_proto_opt=outputClientImpl=grpc-web
ts-proto uses @improbable-eng/grpc-web. Which recommends to use another library:Is it safe to use
--ts_proto_opt=outputClientImpl=grpc-web
?