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.