An experimental c++ app/http framework
Go to file
Relintai 5ea0559839 Fix compile. 2021-01-05 19:33:24 +01:00
.vscode
core Disable the emphasized parser in markdown_to_html, so links with underscores work properly. 2021-01-05 19:27:53 +01:00
database Fix compile. 2021-01-05 19:33:24 +01:00
libs Removed bbcpp from HEADS. 2020-12-28 23:13:21 +01:00
modules Added a PagedArticle class. It goes through a given folder, evaluates all first level subfolders, and creates an article from each directory, and page into those articles from each file with pagination. 2020-12-28 23:17:30 +01:00
www
.clang-format
.gitignore Fix compilation db generation. 2021-01-05 19:28:29 +01:00
LICENSE
Readme.md
SConstruct Fix compilation db generation. 2021-01-05 19:28:29 +01:00
compile_linux.sh
compile_vs.bat
compile_win.bat
settings.json.example

Readme.md

rcpp_cms

If you want to try it clone https://github.com/Relintai/rcpp_cms_project instead, it will set this up for you.

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.