Description
Qt 5 applications can communicate over WebSocket connections for real-time messages between clients and servers. This is useful for chat, dashboards, device control, collaborative tools, and apps that need live updates.
It is a networking library module. End users usually install it as a dependency; developers should treat WebSocket endpoints like any network interface, with authentication, validation, and rate limits where appropriate.