chore: update roadmap content json (#7881)

Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
pull/7820/head
github-actions[bot] 1 month ago committed by GitHub
parent 78084be9a4
commit f3b325e72f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 32
      public/roadmap-content/api-design.json

@ -1540,9 +1540,35 @@
} }
] ]
}, },
"grpc-apis@1DrqtOwxCuFtWQXQ6ZALp.md": { "1DrqtOwxCuFtWQXQ6ZALp": {
"title": "gRPC APIs", "title": "gRPC APIs",
"description": "", "description": "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. It's main use case is for communication between two different languages within the same application. You can use Python to communicate with Go, or Java to communicate with C#.\n\nVisit the following resources to learn more:",
"links": [] "links": [
{
"title": "gRPC Website",
"url": "https://grpc.io/",
"type": "article"
},
{
"title": "gRPC Introduction",
"url": "https://grpc.io/docs/what-is-grpc/introduction/",
"type": "article"
},
{
"title": "gRPC Core Concepts",
"url": "https://grpc.io/docs/what-is-grpc/core-concepts/",
"type": "article"
},
{
"title": "Explore top posts about gRPC",
"url": "https://app.daily.dev/tags/grpc?ref=roadmapsh",
"type": "article"
},
{
"title": "Stephane Maarek - gRPC Introduction",
"url": "https://youtu.be/XRXTsQwyZSU",
"type": "video"
}
]
} }
} }
Loading…
Cancel
Save