summaryrefslogtreecommitdiff
path: root/examples/websockets/doc/simplechat.qdoc
blob: 646cfe85310a52286842ef362380b28612aae995 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

/*!
    \example simplechat
    \title Simple Chat Example
    \ingroup qtwebsockets-examples
    \brief Shows how to use the QWebSocket and QWebSocketServer classes
    for creating a minimalistic chat application over the WebSocket protocol.

    The Simple Chat Example shows how to use the QWebSocket and QWebSocketServer
    classes to create a minimalistic chat application over the WebSocket protocol.

*/