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.