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

websockify

WebSockets support for any application/server

Websockify translates WebSockets traffic to normal socket traffic. Websockify accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions.

Installation

Install the latest version of websockify as follows:

guix install websockify

Or install a particular version:

guix install websockify@0.11.0

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.