Skip to content

Commit e7ed27c

Browse files
committed
增加 WebSocket++
1 parent 2233981 commit e7ed27c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libs/cpp.wiki

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,6 +2403,16 @@ Wikipedia:[https://en.wikipedia.org/wiki/PhantomJS 英文]
24032403

24042404
它本身没有提供 GUI 界面。但是提供了 JavaScript 的 API,让你可以操纵 WebKit 引擎。可以利用它进行 Web 界面的单元测试。
24052405

2406+
== 9.5 (其它) ==
2407+
2408+
<h4>WebSocket++</h4>
2409+
2410+
Home:[http://www.zaphoyd.com/websocketpp/]
2411+
2412+
顾名思义,它提供了 [https://en.wikipedia.org/wiki/WebSocket WebSocket] 的 C++ 封装,基于 Boost Asio 构建。
2413+
2414+
支持多种操作系统平台,支持 TLS、proxy、IPv6。
2415+
24062416
----
24072417

24082418
= 10 信息安全 =

0 commit comments

Comments
 (0)