Updated Companies and Individuals Using Beast (markdown)

Johannes Pohl
2020-04-15 10:02:57 +02:00
parent fc4c1376c8
commit ae1593cce2

@@ -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.<br /> [Radio Mast](https://www.radiomast.io) uses Beast.HTTP for a streaming audio server for internet radio.<br />
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. [`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<br/>
Company: [Renderbus](https://www.renderbus.com/) / [FoxRenderfarm](https://www.foxrenderfarm.com/)<br/> Company: [Renderbus](https://www.renderbus.com/) / [FoxRenderfarm](https://www.foxrenderfarm.com/)<br/>
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)<br/> 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)<br/>
----------
[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.