Qt WebSockets Examples
The examples below can be used as a guide to using the Qt WebSockets API.
Describes how to use the WebSocket API for creating a simple echo client. | |
Shows how to create a simple server application that sends back the messages it receives. | |
Explains how to program a QML WebSocket client example. | |
A simple example that shows how to use a QML WebSocketServer. | |
Shows how to use the QWebSocket class to implement an echo client over a secure connection (wss). | |
Shows how to use the QWebSocketServer class for implementing a simple echo server over secure sockets (wss). | |
Shows how to use the QWebSocket and QWebSocketServer classes for creating a minimalistic chat application over the WebSocket protocol. |