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.
- Versions: 1.1.1
- Website: https://tatsuhiro-t.github.io/wslay/
- Licenses: Expat
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
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.