restinio 0.7.7
C++14 library that gives you an embedded HTTP/Websocket server
RESTinio is a header-only C++14 library that gives you an embedded HTTP/Websocket server. It is based on standalone version of ASIO and targeted primarily for asynchronous processing of HTTP-requests.
- Outputs:
out
- Website: https://stiffstream.com/en/products/restinio.html
- Licenses: Modified BSD
- Package source: gnu/packages/networking.scm
- Builds: See build status
- Issues: See known issues
Installation
Install restinio 0.7.7
as follows:
guix install restinio@0.7.7
Or install the latest version:
guix install restinio
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.