mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-25 18:20:46 +02:00
Fix typo in gRPC (#3248)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user