hhstore / blog

My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
https://github.com/hhstore/blog/issues
281 stars 23 forks source link

Python3 Web Framework: Sanic #104

Open hhstore opened 5 years ago

hhstore commented 5 years ago

ptyhon 官方 Wiki 列表:

python aio libs:

db:

mq:

kafka:

aiohttp:

hhstore commented 5 years ago

sanic:

doc:

使用示例:

使用sainc的项目:

sanic 插件列表:

grpc支持:

异步ORM支持:

peewee-async:

gino:

ref:

hhstore commented 5 years ago

Flask:

使用flask开发的项目:

security_monkey:

hhstore commented 5 years ago

Sanic 插件列表:

auth:

orm: peewee

table_name = "自定义表名"