diff --git a/text/c_analysis.tex b/text/c_analysis.tex index 6dde83f..1efc057 100644 --- a/text/c_analysis.tex +++ b/text/c_analysis.tex @@ -826,7 +826,7 @@ \subsection{Summary} The gRPC-Gateway is a unique tool that generates a reverse proxy server for translating HTTP JSON APIs into gRPC\@. While it is not directly comparable to the other tools, it is worth mentioning due to its ability to generate OpenAPI definitions, which can be used with existing tools for HTTP APIs. -Also, I think it is important to point out that maintenance of the tools is generally not good, with most of them being inactive for more than a year. +Also, it is important to point out that maintenance of the tools is generally not good, with most of them being inactive for more than a year. Only gRPC UI, gRPC-Gateway, protoc-gen-doc, and Postman are actively maintained. Overall, the combination of having a static website with documenting comments and being able to call specific service methods interactively is lacking in current gRPC tools.