Chapter 35
gRPC vs HTTP
There are two main styles in modern software engineering for how one application calls another: REST or RPC (most commonly gRPC). Both typically run over HTTP under the hood — HTTP being the underlying set of rules for making a request to something on the internet and knowing what to expect back.
Quick recap:
Part of the full course
Unlock this chapter
This one is part of the paid course. Everything before the interview, the free sampler articles, the Core Java drills, and mock interviews stay open either way.