From db028c2b8330f739db4f2bf58629ba126e9edf88 Mon Sep 17 00:00:00 2001 From: chenjiandongx Date: Thu, 1 Feb 2018 15:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20sanic=20=E5=92=8C=20Toapi?= =?UTF-8?q?=20=E4=B8=A4=E4=B8=AA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bb3c26..e28e692 100644 --- a/README.md +++ b/README.md @@ -429,6 +429,7 @@ Python 实现的数据库。 * [web.py](http://hao.jobbole.com/python-webpy/):一个 Python 的 web 框架,既简单,又强大。[官网](http://webpy.org/) * web2py:一个全栈 web 框架和平台,专注于简单易用。[官网](http://www.web2py.com/) * [Tornado](http://hao.jobbole.com/tornado/):一个 web 框架和异步网络库。[官网](http://www.tornadoweb.org/en/latest/) +* sanic:基于 Python3.5+ 的异步网络框架。[官网](https://github.com/channelcat/sanic/) ### 权限 @@ -735,6 +736,7 @@ Python 实现的数据库。 * pulsar:事件驱动的并发框架。[官网](https://github.com/quantmind/pulsar) * diesel:基于 Greenlet 的事件 I/O 框架。[官网](https://github.com/dieseldev/diesel) * pyzmq:一个 ZeroMQ 消息库的 Python 封装。[官网](http://zeromq.github.io/pyzmq/) +* Toapi:一个轻巧,简单,快速的 Flask 库,致力于为所有网站提供 API 服务。[官网](https://github.com/gaojiuli/toapi) * txZMQ:基于 Twisted 的 ZeroMQ 消息库的 Python 封装。[官网](https://github.com/smira/txZMQ) ### WebSocket