以下范例可用作指引,为使用 Qt WebSockets API.
QML WebSocket 客户端 | Explains how to write a QML WebSocket client example. |
QML WebSocket 服务器 | 展示如何使用 QML WebSocketServer 的。 |
安全 WebSocket 回显客户端 | A simple client application using secure WebSockets (wss). |
安全 WebSocket 回显服务器 | A simple server to respond to clients over secure WebSockets (wss). |
简单 WebSocket 聊天 | A minimal chat application using the WebSocket protocol. |
WebSocket 回显客户端 | Show how to write a simple WebSocket client application. |
WebSocket 回显服务器 | 展示如何编写简单 WebSocket 服务器应用程序。 |