update Twisted detail link

pull/14/head
tangyouhua 2016-08-09 11:02:34 +08:00
parent 67409cb0b8
commit 810a89d02c
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ Python实现的数据库。
用于网络编程的库。
* asyncio(Python 标准库) 异步 I/O, 事件循环, 协程以及任务。[官网](https://docs.python.org/3/library/asyncio.html)
* Twisted一个事件驱动的网络引擎。[官网](https://twistedmatrix.com/trac/)
* [Twisted](http://hao.jobbole.com/twisted/):一个事件驱动的网络引擎。[官网](https://twistedmatrix.com/trac/)
* pulsar事件驱动的并发框架。[官网](https://github.com/quantmind/pulsar)
* diesel基于Greenlet 的事件 I/O 框架。[官网](https://github.com/dieseldev/diesel)
* pyzmq一个 ZeroMQ 消息库的 Python 封装。[官网](http://zeromq.github.io/pyzmq/)