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

wslay

C WebSocket library

Wslay is an event-based C library for the WebSocket protocol version 13, described in RFC 6455. Besides a high-level API it provides callbacks for sending and receiving frames directly. Wslay only supports the data transfer part of WebSocket protocol and does not perform the opening handshake in HTTP.

Installation

Install the latest version of wslay as follows:

guix install wslay

Or install a particular version:

guix install wslay@1.1.1

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.