Updated Companies and Individuals Using Beast (markdown)

Osman Zakir
2020-08-15 03:09:00 +05:00
parent f11f75bca3
commit 17ff2a4cac

@@ -163,4 +163,6 @@ We've created a library that simplifies HTTP server creation with websockets, au
[Osman Zakir (DragonOsman)](https://www.osmanzakir.dynu.net) [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/). 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/).
Source code can be found on GitHub [here](https://github.com/DragonOsman/currency_converer).
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. 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.