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

qtwebsockets

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 the latest version of qtwebsockets as follows:

guix install qtwebsockets

Or install a particular version:

guix install qtwebsockets@5.15.17

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.

Badge code

You can use the following badge to inform users of qtwebsockets about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/qtwebsockets'><img src='https://packages.guix.gnu.org/packages/qtwebsockets/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/qtwebsockets/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/qtwebsockets)

Example Org:

[[https://packages.guix.gnu.org/packages/qtwebsockets][https://packages.guix.gnu.org/packages/qtwebsockets/badges/latest-version.svg]]