is grpc in java a framework, as in a framework com...
# server
m
is grpc in java a framework, as in a framework comparable with spring?
g
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
try to watch some video about grpc and you will understand that it has very different focus