- Notifications
You must be signed in to change notification settings - Fork101
📚 一份sanic使用教程,开源小书
NotificationsYou must be signed in to change notification settings
howie6879/Sanic-For-Pythoneer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- 这是一份记录文档,是我日常使用
Sanic的一些经验之谈,希望能让你在使用Sanic的过程中少走一些弯路 - 可根据需求跳跃阅读
- 在线阅读地址
Sanic是一个可以使用async/await 语法编写项目的异步非阻塞框架,它写法类似于Flask ,但使用了异步特性,而且还使用uvloop 作为事件循环,其底层使用的是libuv,从而使Sanic 的速度优势更加明显
我于2017年2月份开始使用Sanic,使用过程中确实遇到不少问题,如缓存、模板引入、session、认证...
但不用担心,Sanic 更新速度非常快,许多问题都在逐步地解决中,并且比同类别更出色更优秀,个人觉得Sanic 是一个值得尝试的异步框架,不论是代码编写还是性能比较都算非常不错
本项目的结构如下:
第一部分:技巧
第二部分:源码及附录
代码的世界变幻莫测,我能做的就是尽量将本篇文档持续更新、持续修正、让其处于当前最新的状态
如果您在使用中有什么不明白的问题,欢迎一起交流(扫码关注,发送:Sanic可获取本书PDF版):
我也创建了一个免费的Python知识星球,欢迎大家一起交流:
About
📚 一份sanic使用教程,开源小书
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.

