GRPC Server
kelvincesar
TRIALOP
2 years ago
Hello,
I would like to know if it's possible to use a GRPC server on Railway service and if there is any detail to be set during service configuration.
Thanks,
Kelvin
2 Replies
2 years ago
gRPC uses HTTP/2 for transport and Railway does support HTTP/2 but their proxy will still only talk to your app with HTTP/1.1.
So this does not seem possible at this time.
Status changed to Solved Railway • almost 2 years ago
kelvincesar
TRIALOP
2 years ago
Okay, thank you