OpenAPI or gRPC is a better path forward
OpenAPI or gRPC is a better path forward
Posted Aug 23, 2025 15:26 UTC (Sat) by lyda (subscriber, #7429)Parent article: The "impossibly small" Microdot web framework
When I wrote a lot of python, frameworks like this seemed great. But there's a better way. If you define the OpenAPI definition first, you can then generate the server, you can generate all the clients, you can generate tests for the server and client, as well as fuzz tests for the server. Less common, but you can do the same with gRPC. It also allows you to more easily move from one technology to another.
Posted Aug 24, 2025 3:10 UTC (Sun)
by ssmith32 (subscriber, #72404)
[Link] (1 responses)
Certainly not for the problem domain covered in the article.
Posted Nov 3, 2025 1:38 UTC (Mon)
by Rudd-O (guest, #61155)
[Link]
OpenAPI or gRPC is a better path forward
OpenAPI or gRPC is a better path forward
