Whats the most popular GRPC solution today?

Im looking for a maintained/community used grpc library. however, so far all I have seen look like LLM projects created recently with no one using them, or wrappers for grpc/core library.

For those using grpc in their projects, what are you using?

I looked at this recently, I don’t think there’s a mature off-the-shelf solution at the moment.

I was thinking about trying to use a shared library or something for the grpc part, but thats looking pretty complicated