Is it possible to run a gRPC server on Android?
-
Hi everyone,
I’m trying to find out whether it’s possible to run a gRPC server directly on an Android device.
From what I’ve seen, Android apps can usually act as gRPC clients, but it’s unclear if a full server implementation can run and listen for incoming connections on the platform.
Has anyone successfully set up a gRPC server on Android?
Any examples or workarounds would be greatly appreciated.
Thanks in advance for any insights!
-
Hi and welcome to devnet,
I don't have a direct answer to that question but a suggestion: several of Qt Grpc examples avec client and server components. You can test them.