1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 12:40:03 +02:00

fix: typo in grpc (#8777)

The title is spelt gPRC instead of GRPC
This commit is contained in:
xuanzern
2025-06-12 20:34:42 +08:00
committed by GitHub
parent 4303e09f92
commit 7d91696c85

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.