Updated Companies and Individuals Using Beast (markdown)

Vinnie Falco
2019-05-30 09:23:25 -07:00
parent 8eea4cea59
commit 23beeaa4ce

@@ -57,3 +57,7 @@ https://github.com/openbmc/bmcweb
[Icinga](https://icinga.com) is an open source monitoring stack. [Icinga 2 Core](https://github.com/icinga/icinga2) uses Beast, ASIO and Coroutines for the [new network stack](https://github.com/Icinga/icinga2/issues/7041) since 2.11. Beast.HTTP is used for the [REST API](https://icinga.com/docs/icinga2/latest/doc/12-icinga2-api/) while ASIO/Coroutine/Context help with TLS connections and JSON-RPC cluster messages for [distributed monitoring](https://icinga.com/docs/icinga2/latest/doc/06-distributed-monitoring/) environments. The core developers introducing Beast are [Alexander Klimov](https://github.com/al2klimov) and [Michael Friedrich](https://github.com/dnsmichi).
----------
El Paso Funding - is my first website written entirely in C++ using Beast.HTTP. Using Beast, I was able to create a highly flexible web application engine that allows me to build websites in C++ VERY EASILY! Everything is modular where the engine knows nothing of the content nor the markup/css. All content is stored in JSON files, read by the C++ engine along with the markup file which then generates dynamic content. There is no need for me to touch my application when changing content unless it is application specific. For example, on the HOME and the CALCULATOR pages, you will find a mortgage calculator that I wrote in C++. Whenever a page loads, I call the calculator using an AJAX call. Please note that the calculator used in both pages is the very same calculator. I am so pleased with Beast, the same application builds and runs perfectly in Linux or Windows. Thank you Vinnie for extending the ASIO library!