SSL Echo Server Example
Shows how to use the QWebSocketServer class for implementing a simple echo server over secure sockets (wss).
The SSL Echo Server example shows how to use the QWebSocketServer class to implement a simple echo server over secure sockets (wss).
See also SSL Echo Client Example and Echo Server Example.