From 53ae6d251119a4b9e25c7a3fd9d2bf4e838d5df6 Mon Sep 17 00:00:00 2001 From: "D. Fleury" Date: Wed, 2 Mar 2022 21:19:31 +0100 Subject: [PATCH] Updated Companies and Individuals Using Beast (markdown) --- Companies-and-Individuals-Using-Beast.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Companies-and-Individuals-Using-Beast.md b/Companies-and-Individuals-Using-Beast.md index 26ef3a3..712330e 100644 --- a/Companies-and-Individuals-Using-Beast.md +++ b/Companies-and-Individuals-Using-Beast.md @@ -201,4 +201,8 @@ Currently it uses C++17 on the backend and vanilla ES6 on the front-end JavaScri The MTConnect Agent is the reference implementation of the MTConnect Standard providing a platform for semantic data transformation from native industrial device protocols to the canonical structure, terms, and telemetry required by the standard. Moving to Beast has enabled TLS certificates for security and authentication with reduced thread overhead for all communications using asio. +---------- +[Beauty](https://github.com/dfleury2/beauty) uses Beast to implement a HTTP/Websocket server with routing, and variable rules. +Its goal is to provide a simple and easy experience while using HTTP and/or WebSocket in C++. +Http Client is also provided.