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