This package browser is in early development. Mind the rough edges.

qtwebsockets 5.15.15

Qt Web Sockets module

WebSocket is a web-based protocol designed to enable two-way communication between a client application and a remote host. The Qt WebSockets module provides C++ and QML interfaces that enable Qt applications to act as a server that can process WebSocket requests, or a client that can consume data received from the server, or both.

Installation

Install qtwebsockets 5.15.15 as follows:

guix install qtwebsockets@5.15.15

Or install the latest version:

guix install qtwebsockets

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.