summaryrefslogtreecommitdiff
path: root/src/doc/qwebsockets.qdoc
blob: 49bc0f0c4b9cf089fa346258aa35be42969809b2 (plain)
1
2
3
4
5
6
7
8
/*!
  \module QWebSockets
  \title QWebSockets module

  The QWebSockets module implements the WebSocket protocol as specified in \l {http://tools.ietf.org/html/rfc6455} {RFC 6455}.
  It solely depends on Qt (no external depencies).
  The module contains 2 main classes: QWebSocket and QWebSocketServer, with which one can create client- and server applications.
 */