A simple implementation of all streaming combinations in server side
- GRPC service supports all streaming combinations:
- Unary (no streaming)
- Server to client streaming
- Client to server streaming
- Bi-directional streaming
- https://www.baeldung.com/grpc-introduction
- https://www.baeldung.com/java-grpc-streaming
- https://medium.com/@bimeshde/grpc-vs-rest-performance-simplified-fd35d01bbd4
- https://medium.com/sahibinden-technology/benchmarking-rest-vs-grpc-5d4b34360911
- https://docs.microsoft.com/en-us/aspnet/core/grpc/comparison?view=aspnetcore-6.0