Fix typo in gRPC (#3248)

pull/3259/head
Haril Song 2 years ago committed by GitHub
parent a40457edc8
commit f76f0ea1a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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.

Loading…
Cancel
Save