Skip to content

Commit

Permalink
Add Falcon to the ASGI framework list (#1330)
Browse files Browse the repository at this point in the history
* Add Falcon to the ASGI framework list

* Update docs/index.md as per review suggestion

Co-authored-by: Marcelo Trylesinski <[email protected]>

Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
vytas7 and Kludex authored Jan 25, 2022
1 parent fa5ad7c commit 160beb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ You write your API function parameters with Python 3.6+ type declarations and ge

Its most distinctive features are built-in support for dependency injection, automatic binding of parameters by request handler's type annotations, and automatic generation of OpenAPI documentation and Swagger UI.

### Falcon

[Falcon](https://falconframework.org) is a minimalist REST and app backend framework for Python, with a focus on reliability, correctness, and performance at scale.


[uvloop]: https://github.com/MagicStack/uvloop
[httptools]: https://github.com/MagicStack/httptools
Expand Down

0 comments on commit 160beb1

Please sign in to comment.