A lightweight Python web API framework.
Las características principales de apiflask/apiflask son: API Frameworks, Web APIs.
Las alternativas de código abierto para apiflask/apiflask incluyen: falconry/falcon — Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a… akka/akka-http — The Streaming-first HTTP server/module of Akka. ant0ine/go-json-rest — A quick and easy way to setup a RESTful JSON API. api-platform/api-platform — API Platform is a headless content management system engine and framework used to build REST and GraphQL APIs. It… bahlo/goat. agrafix/spock — Another Haskell web framework for rapid development.
Falcon is a minimalist Python web API framework and high-performance microservices framework. It serves as a resource-oriented API toolkit designed for building RESTful APIs and data plane services that prioritize low overhead, reliability, and scale. The framework implements an ASGI web server interface to handle both synchronous and asynchronous HTTP requests and WebSockets. It features a dedicated HTTP middleware system for intercepting network traffic and executing shared processing logic across multiple API endpoints. Its capability surface covers resource-based routing, HTTP specificat
A quick and easy way to setup a RESTful JSON API