From 8eea4cea59938a63a3ca0608eabb471e834d23db Mon Sep 17 00:00:00 2001 From: Carolina Beltran Date: Thu, 30 May 2019 10:10:47 -0500 Subject: [PATCH] Created El Paso Funding - Website created entirely using Beast.HTTP (markdown) --- El-Paso-Funding---Website-created-entirely-using-Beast.HTTP.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 El-Paso-Funding---Website-created-entirely-using-Beast.HTTP.md diff --git a/El-Paso-Funding---Website-created-entirely-using-Beast.HTTP.md b/El-Paso-Funding---Website-created-entirely-using-Beast.HTTP.md new file mode 100644 index 0000000..62bb2a0 --- /dev/null +++ b/El-Paso-Funding---Website-created-entirely-using-Beast.HTTP.md @@ -0,0 +1 @@ +[El Paso Funding](https://www.elpasofunding.com/) - is my first website written entirely in C++ using Beast.HTTP. Using Beast, I was able to create a highly flexible web application engine that allows me to build websites in C++ VERY EASILY! Everything is modular where the engine knows nothing of the content nor the markup/css. All content is stored in JSON files, read by the C++ engine along with the markup file which then generates dynamic content. There is no need for me to touch my application when changing content unless it is application specific. For example, on the HOME and the CALCULATOR pages, you will find a mortgage calculator that I wrote in C++. Whenever a page loads, I call the calculator using an AJAX call. Please note that the calculator used in both pages is the very same calculator. I am so pleased with Beast, the same application builds and runs perfectly in Linux or Windows. Thank you Vinnie for extending the ASIO library! \ No newline at end of file