Update README.md

This commit is contained in:
_run 2022-01-03 16:28:24 +04:00 committed by GitHub
parent df8f34e726
commit a96bc802bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -50,5 +50,12 @@ There are 5 examples in this directory using different libraries:
* **Cons:**
* Twisted is low-level, which may be good or bad depending on use case
* Considerable learning curve - reading docs is a must.
* **FastAPI(0.70.1)
* **Pros:**
* Can be written for both sync and async
* Good documentation
* **Cons:**
* Requires python 3.6+
*Latest update of this document: 2020-12-17*
*Latest update of this document: 01-03-2022