Compare commits

...

3 Commits

Author SHA1 Message Date
Francois Zaninotto
0066937b9e Merge pull request #154 from dsuch/master
Adding Zato and Zato API Test.
2025-02-11 17:30:39 +01:00
Francois Zaninotto
e155cebaed Update Zato description in README.md 2025-02-11 17:30:22 +01:00
Dariusz Suchojad
680085c7ce Adding Zato and Zato API Test. 2025-02-10 10:51:14 +01:00

View File

@@ -181,6 +181,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
* [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.
### Ruby