File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -1459,7 +1459,7 @@ Home:[http://c-ares.haxx.se/]
1459
1459
1460
1460
=== 7.3.4 XMPP ===
1461
1461
1462
- (XMPP 的洋文全称是“Extensible Messaging and Presence Protocol”。这是一个标准化的 IM 交互协议)
1462
+ ([https://zh.wikipedia.org/wiki/ XMPP XMPP ] 的洋文全称是“Extensible Messaging and Presence Protocol”。这是一个标准化的 IM 交互协议)
1463
1463
1464
1464
<h4>Swiften</h4>
1465
1465
@@ -1692,6 +1692,16 @@ Home:[http://libev.schmorp.de/]
1692
1692
1693
1693
[http://www.gevent.org/ gevent ] 官方博客的[http://blog.gevent.org/2011/04/28/libev-and-libevent/ 一篇文章 ]对比了这俩库的优缺点。
1694
1694
1695
+ <h4>libuv</h4>
1696
+
1697
+ Home:[https://github.com/libuv/libuv]
1698
+
1699
+ Wikipedia:[https://en.wikipedia.org/wiki/Libuv 英文 ]
1700
+
1701
+ 它提供了跨平台的异步 I/O 机制。主要是为了提供给 [https://en.wikipedia.org/wiki/Node.js Node.js ] 使用。
1702
+
1703
+ 除了支持网络通讯,还支持:线程池、Windows 命名管道、Unix domain sockets、文件系统事件通知 ......
1704
+
1695
1705
<h4>Dlib</h4>
1696
1706
1697
1707
Docs:[http://dlib.net/network.html]
You can’t perform that action at this time.
0 commit comments