docs: Add Twirp Brief Explanation and Links (#2548)
parent
390733da7f
commit
2a1a214f01
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
||||
# Twirp |
||||
|
||||
Twirp is a framework for service-to-service communication emphasizing simplicity and minimalism. It generates routing and serialization from API definition files and lets you focus on your application's logic instead of thinking about folderol like HTTP methods and paths and JSON. |
||||
|
||||
Twirp is similar to gRPC, but without the custom HTTP server and transport implementations: it runs on the standard library's extremely-well-tested-and-high-performance net/http Server. It can run on HTTP 1.1, not just http/2, and supports JSON serialization for easy debugging. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/twitchtv/twirp'>GitHub Repository</BadgeLink> |
||||
<BadgeLink badgeText='Read' herf='https://twitchtv.github.io/twirp/docs/intro.html'>Getting started</BadgeLink> |
||||
|
Loading…
Reference in new issue