Skip to content

Commit 350cae4

Browse files
committed
增加 libuv
1 parent 0aaa25a commit 350cae4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

libs/cpp.wiki

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ Home:[http://c-ares.haxx.se/]
14591459

14601460
=== 7.3.4 XMPP ===
14611461

1462-
(XMPP 的洋文全称是“Extensible Messaging and Presence Protocol”。这是一个标准化的 IM 交互协议)
1462+
[https://zh.wikipedia.org/wiki/XMPP XMPP] 的洋文全称是“Extensible Messaging and Presence Protocol”。这是一个标准化的 IM 交互协议)
14631463

14641464
<h4>Swiften</h4>
14651465

@@ -1692,6 +1692,16 @@ Home:[http://libev.schmorp.de/]
16921692

16931693
[http://www.gevent.org/ gevent] 官方博客的[http://blog.gevent.org/2011/04/28/libev-and-libevent/ 一篇文章]对比了这俩库的优缺点。
16941694

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+
16951705
<h4>Dlib</h4>
16961706

16971707
Docs:[http://dlib.net/network.html]

0 commit comments

Comments
 (0)