Bind all your gprc endpoints with a simple and magic coRouter
grpc-services are quite simple, focused and performance oriented services. Instead of calling them with a format that needs complex marshalling / unmarshalling, and making use of a standard http 1.1 connection, grpc has a dedicated (therefore faster) generated code for each type. This protocol also indexes data fields by number, which permits to shrink the… Read More »