Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.12 KB

ADOPTERS.md

File metadata and controls

21 lines (17 loc) · 1.12 KB

Adopters

This is a list of organizations that have spoken publicly about their adoption or production users that have added themselves (in alphabetical order):

  • Ad Hoc uses the gRPC-Gateway to serve millions of API requests per day.
  • Chef uses the gRPC-Gateway to provide the user-facing API of Chef Automate. Furthermore, the generated OpenAPI data serves as the basis for its API documentation. The code is Open Source, see github.com/chef/automate.
  • Scaleway uses the gRPC-Gateway since 2018 to serve millions of API requests per day [1].
  • SpiceDB uses the gRPC-Gateway to handle requests for security-critical permissions checks in environments where gRPC is unavailable.

If you have adopted the gRPC-Gateway and would like to be included in this list, feel free to submit a PR.

[1]: The odyssey of an HTTP request in Scaleway.