Skip to content

Commit db028c2

Browse files
committed
新增 sanic 和 Toapi 两个库
1 parent 1a742b7 commit db028c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ Python 实现的数据库。
429429
* [web.py](http://hao.jobbole.com/python-webpy/):一个 Python 的 web 框架,既简单,又强大。[官网](http://webpy.org/)
430430
* web2py:一个全栈 web 框架和平台,专注于简单易用。[官网](http://www.web2py.com/)
431431
* [Tornado](http://hao.jobbole.com/tornado/):一个 web 框架和异步网络库。[官网](http://www.tornadoweb.org/en/latest/)
432+
* sanic:基于 Python3.5+ 的异步网络框架。[官网](https://github.com/channelcat/sanic/)
432433

433434
### 权限
434435

@@ -735,6 +736,7 @@ Python 实现的数据库。
735736
* pulsar:事件驱动的并发框架。[官网](https://github.com/quantmind/pulsar)
736737
* diesel:基于 Greenlet 的事件 I/O 框架。[官网](https://github.com/dieseldev/diesel)
737738
* pyzmq:一个 ZeroMQ 消息库的 Python 封装。[官网](http://zeromq.github.io/pyzmq/)
739+
* Toapi:一个轻巧,简单,快速的 Flask 库,致力于为所有网站提供 API 服务。[官网](https://github.com/gaojiuli/toapi)
738740
* txZMQ:基于 Twisted 的 ZeroMQ 消息库的 Python 封装。[官网](https://github.com/smira/txZMQ)
739741

740742
### WebSocket

0 commit comments

Comments
 (0)