is grpc in java a framework, as in a framework comparable with spring?
g
gildor
03/01/2018, 4:29 AM
gRPC and Spring share some, but they are verry different. gRPC is only about requests/response and services + HTTP 2.0 network. Spring is a lot of other things, like DI for example, you can use them together, if you want
gildor
03/01/2018, 4:30 AM
try to watch some video about grpc and you will understand that it has very different focus