Simple static site generator based on rcpp_cms.
Go to file
2021-02-05 15:24:58 +01:00
core Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
database Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
libs Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
modules/message_page Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
www Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
.clang-format Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
.gitignore Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
compile_linux.sh Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
compile_vs.bat Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
compile_win.bat Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
LICENSE Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
main.cpp Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
rdn_application.cpp Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
rdn_application.h Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
Readme.md Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
SConstruct Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00
settings.json.example Initial commit. Added the current rcpp_cms as a base. 2021-02-05 15:24:58 +01:00

rcpp_cms

This is an experimental project, to implement a html framework in c++, because I'm dissatisfied with every single framework that I've seen or used so far.

Developing websites nowadays feels more like creating a bunch of oneliner files all over the place, which I find incredibly annoying and distracting. Not only that I'm also dissatisfied with the way most ORMs are built, they always come off as strange to use, especially with joins. At this point I'm so fed up, I'd rather use raw SQl. And let's not forget about auth, I have to think about implementing auth way too much. Every single time.

I think things can be done better. At lest from my perspective.

Whether this stupid and moronic attempt will end up working or not, we'll see.