From c0045cddcc37b6530f812f83d3a1d966dc0517ff Mon Sep 17 00:00:00 2001 From: tomaszmi <4892955+tomaszmi@users.noreply.github.com> Date: Thu, 12 Dec 2019 11:06:13 +0100 Subject: [PATCH] Info on how Tooploox uses Boost Beast --- 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 60d188f..92f2dd8 100644 --- a/Companies-and-Individuals-Using-Beast.md +++ b/Companies-and-Individuals-Using-Beast.md @@ -117,4 +117,7 @@ Beast has significantly simplified issuing calls to JSON REST APIs. Big thanks f ---------- -[Monocle Security](https://www.monoclesecurity.com) uses Boost Beast for HTTP and WebSockets \ No newline at end of file +[Monocle Security](https://www.monoclesecurity.com) uses Boost Beast for HTTP and WebSockets + +---------- +[Tooploox](https://tooploox.com/ai) we have implemented WebRTC library (gstreamer based) which we use in Computer Vision projects to stream RGB and depth camera frames to the web browser running UI frontend. We use Boost Beast WebSockets in our custom implementation of the WebRTC signalling server.