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

wslay 1.1.1

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 wslay 1.1.1 as follows:

guix install wslay@1.1.1

Or install the latest version:

guix install wslay

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.