From 5389655ab561977e3ac16ed8e3c7fa19925eae4e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 30 May 2019 09:48:00 -0700 Subject: [PATCH] Destroyed 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 deletion(-) delete 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 deleted file mode 100644 index 62bb2a0..0000000 --- a/El-Paso-Funding---Website-created-entirely-using-Beast.HTTP.md +++ /dev/null @@ -1 +0,0 @@ -[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