From f76f0ea1a64aacc29026c073a6a6701bca08079d Mon Sep 17 00:00:00 2001 From: Haril Song Date: Fri, 6 Jan 2023 20:48:48 +0900 Subject: [PATCH] Fix typo in gRPC (#3248) --- .../computer-science/content/116-system-design/110-grpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roadmaps/computer-science/content/116-system-design/110-grpc.md b/src/roadmaps/computer-science/content/116-system-design/110-grpc.md index f0e4cb5f5..6ebc97105 100644 --- a/src/roadmaps/computer-science/content/116-system-design/110-grpc.md +++ b/src/roadmaps/computer-science/content/116-system-design/110-grpc.md @@ -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.