From ae1593cce29d8eff69d118fe0f5bed8f1366ed16 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Wed, 15 Apr 2020 10:02:57 +0200 Subject: [PATCH] Updated Companies and Individuals Using Beast (markdown) --- Companies-and-Individuals-Using-Beast.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Companies-and-Individuals-Using-Beast.md b/Companies-and-Individuals-Using-Beast.md index 1ba41ae..8748602 100644 --- a/Companies-and-Individuals-Using-Beast.md +++ b/Companies-and-Individuals-Using-Beast.md @@ -38,7 +38,7 @@ https://github.com/openbmc/bmcweb ---------- [Radio Mast](https://www.radiomast.io) uses Beast.HTTP for a streaming audio server for internet radio.
- +Jackarain ---------- [`nxxm/gh` : Github C++ API Client](https://github.com/nxxm/gh) provides an High level C++ Github Api based on [xxhr: intuitive c++ http client library](https://nxxm.github.io/xxhr/) which uses Boost.Beast to provide a portable high-level http API. @@ -133,3 +133,6 @@ Individual: yanrkchina
Company: [Renderbus](https://www.renderbus.com/) / [FoxRenderfarm](https://www.foxrenderfarm.com/)
Repository: [BoostWeb](https://github.com/yanrk/boost_web) is a simple library while reference beast sample code, it use beast for http(s)-server and websocket(s)-server(client)
+---------- + +[BadAix](https://github.com/badaix) uses Beast.HTTP for an integrated web server and a REST API and Beast.WebSocket for RPC communication in [Snapcast](https://github.com/badaix/snapcast), a synced multiroom audio streaming server.