1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 13:22:38 +02:00
This commit is contained in:
Philip B. Krogh
2024-09-23 10:56:11 +02:00
committed by GitHub
parent ba135d9f0b
commit ba75bc3336

View File

@@ -1,4 +1,4 @@
# gPRC
# gRPC
gRPC is a platform agnostic serialization protocol that is used to communicate between services. Designed by Google in 2015, it is a modern alternative to REST APIs. It is a binary protocol that uses HTTP/2 as a transport layer. It is a high performance, open source, general-purpose RPC framework that puts mobile and HTTP/2 first.