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