Skip to content

Commit

Permalink
chore: update roadmap content json (#7881)
Browse files Browse the repository at this point in the history
Co-authored-by: kamranahmedse <[email protected]>
  • Loading branch information
github-actions[bot] and kamranahmedse authored Dec 14, 2024
1 parent 78084be commit f3b325e
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions public/roadmap-content/api-design.json
Original file line number Diff line number Diff line change
Expand Up @@ -1540,9 +1540,35 @@
}
]
},
"grpc-apis@1DrqtOwxCuFtWQXQ6ZALp.md": {
"1DrqtOwxCuFtWQXQ6ZALp": {
"title": "gRPC APIs",
"description": "",
"links": []
"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": [
{
"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"
}
]
}
}

0 comments on commit f3b325e

Please sign in to comment.