Update Zato link to GitHub repository

This commit is contained in:
Francois Zaninotto
2026-03-16 09:49:03 +01:00
committed by GitHub
parent 093e59fe8e
commit fb714b0305
+1 -1
View File
@@ -179,7 +179,7 @@ A collaborative list of great resources about RESTful API architecture, developm
* [apistar](https://github.com/encode/apistar) - A smart Web API framework, designed for Python 3.
* [Falcon](https://github.com/falconry/falcon) - Falcon is a bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks.
* [FastAPI](https://github.com/tiangolo/fastapi) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. With automatic API documentation using Swagger UI and ReDoc, based on OpenAPI and JSON Schema.
* [Zato](https://zato.io) - Platform for building server-side integrations, automations and API backends in Python.
* [Zato](https://github.com/zatosource/zato/) - Platform for building server-side integrations, automations and API backends in Python.
### Ruby