Destroyed El Paso Funding Website created entirely using Beast.HTTP (markdown)

Vinnie Falco
2019-05-30 09:48:00 -07:00
parent ad2732a35f
commit 5389655ab5

@@ -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!