websockify 0.8.0
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.
- Website: https://github.com/novnc/websockify
- Licenses: LGPL 3
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install websockify 0.8.0
as follows:
guix install websockify@0.8.0
Or install the latest version:
guix install websockify
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.