You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at two options:
go-swagger which because its swagger.json based, allos me to also generate the client proxy code that is used by the clent to the talk to the server. It all works but i feel that the GRPC approach is better for various reasons that are not work listing here.
So for GRPCS,I would like to know what my options are for code generating the Client code.
I have a react web client and a react native client.
I am wondering if, for the react native client, i can generate the client proxy directly off the GRPC schema itself as native code for IOS and Android.
The text was updated successfully, but these errors were encountered:
I agree. Its not something grpc-gateway should do i am starting to realise. At first i thought it was, but now i can see its possible for web browsers to talk to the rpc server itself. Grpc-gateway becomes a server for older third party acess essentially i guess ?
I would be happy to add more to your repo actually.
its exactly what i was looking for. I simple best practice example of where code gen can make our clent code more predictable / type safe etc
I am looking at two options:
go-swagger which because its swagger.json based, allos me to also generate the client proxy code that is used by the clent to the talk to the server. It all works but i feel that the GRPC approach is better for various reasons that are not work listing here.
So for GRPCS,I would like to know what my options are for code generating the Client code.
I have a react web client and a react native client.
I am wondering if, for the react native client, i can generate the client proxy directly off the GRPC schema itself as native code for IOS and Android.
The text was updated successfully, but these errors were encountered: