websocketpp 0.8.2
C++ library implementing the WebSocket protocol
WebSocket++ is a C++ library that can be used to implement WebSocket functionality. The goals of the project are to provide a WebSocket implementation that is simple, portable, flexible, lightweight, low level, and high performance.
- Website: https://www.zaphoyd.com/websocketpp/
- Licenses: Modified BSD
- Package source: gnu/packages/web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install websocketpp 0.8.2
as follows:
guix install websocketpp@0.8.2
Or install the latest version:
guix install websocketpp
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.