Updated Companies and Individuals Using Beast (markdown)

Osman Zakir
2020-08-15 03:07:04 +05:00
parent 792c4be353
commit f11f75bca3

@@ -156,4 +156,11 @@ We've created a library that simplifies HTTP server creation with websockets, au
---------- ----------
[Discord++](https://github.com/DiscordPP) is a modular library for connecting bots to the Discord API. Beast.HTTP and Beast.WebSocket are technically just used in the modules [REST: Beast](https://github.com/DiscordPP/rest-beast) and [WebSocket: Beast](https://github.com/DiscordPP/websocket-beast) but as of right now there aren't any alternative modules that provide the required functions. [Discord++](https://github.com/DiscordPP) is a modular library for connecting bots to the Discord API. Beast.HTTP and Beast.WebSocket are technically just used in the modules [REST: Beast](https://github.com/DiscordPP/rest-beast) and [WebSocket: Beast](https://github.com/DiscordPP/websocket-beast) but as of right now there aren't any alternative modules that provide the required functions.
----------
[Osman Zakir (DragonOsman)](https://www.osmanzakir.dynu.net)
I created a web app that has a C++ backend using Boost.Beast. It uses HTTPS asynchronously. I host the app on my own computer and have added a function to my portfolio site's work section that checks if the app is running or not. App, if it's running, will be available [here](https://dragonosman.dynu.net:5501/).
Currently it uses C++17 on the backend and vanilla ES6 on the front-end JavaScript code. I might try to change the front-end to use React later as an exercise.