Understanding the Differences Between RPC and HTTP Calls

Understanding the Differences Between RPC and HTTP Calls

Author: Floating Life Dream Source: blog.csdn.net/m0_38110132/article/details/81481454 For a long time, I never really understood the difference between RPC (Remote Procedure Call) and HTTP calls. Aren’t they just about writing a service and calling it on the client side? Please allow me a naive smile here~ Naive! This article briefly introduces the two forms of C/S … Read more

A Brief Discussion on HTTP and RPC

A Brief Discussion on HTTP and RPC

Source: blog.csdn.net/m0_38110132/ article/details/81481454 OSI Network Seven Layer Model RPC Service RPC Architecture Sync and Async Calls Popular RPC Frameworks HTTP Service Summary For a long time, I haven’t really clarified the difference between RPC (Remote Procedure Call) and HTTP calls. Aren’t they just about writing a service and then calling it on the client side? … Read more

Why Use RPC When We Have HTTP?

Why Use RPC When We Have HTTP?

↓Recommended Follow ↓ OSI Network Seven-Layer Model RPC Services RPC Architecture Sync and Async Calls Popular RPC Frameworks HTTP Services In Summary RPC is mainly based on the TCP/IP protocol, while HTTP services are primarily based on the HTTP protocol. We know that the HTTP protocol operates on top of the transport layer protocol TCP, … Read more