From f11f75bca3a04768ba05f20befb37143c42acda7 Mon Sep 17 00:00:00 2001 From: Osman Zakir Date: Sat, 15 Aug 2020 03:07:04 +0500 Subject: [PATCH] Updated Companies and Individuals Using Beast (markdown) --- Companies-and-Individuals-Using-Beast.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Companies-and-Individuals-Using-Beast.md b/Companies-and-Individuals-Using-Beast.md index 5d9eb78..7b0ef17 100644 --- a/Companies-and-Individuals-Using-Beast.md +++ b/Companies-and-Individuals-Using-Beast.md @@ -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. \ No newline at end of file +[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. \ No newline at end of file