An experimental c++ app/http framework
Go to file
Relintai 401f560dd3 Fix memleak; 2020-12-01 22:24:23 +01:00
.vscode
core Now the mysql query builder is usable. 2020-12-01 22:23:28 +01:00
database Now the mysql query builder is usable. 2020-12-01 22:23:28 +01:00
libs
modules/message_page Fix memleak; 2020-12-01 22:24:23 +01:00
www Crappy test favicon. 2020-11-25 22:08:26 +01:00
.clang-format
.gitignore Mysql database module. Only implemented compiling / linking. 2020-11-27 23:44:56 +01:00
LICENSE
Readme.md
SConstruct Now the database backends will actually compile their .cpp files. Also small cleanups. 2020-12-01 15:28:59 +01:00
compile_linux.sh
compile_vs.bat Temporary windows build scripts. 2020-11-26 11:24:51 +01:00
compile_win.bat Temporary windows build scripts. 2020-11-26 11:24:51 +01:00
main.cpp Now the mysql query builder is usable. 2020-12-01 22:23:28 +01:00
rdn_application.cpp Started work on the mysql database implementation. Mostly tests. 2020-12-01 18:29:41 +01:00
rdn_application.h MessagePage setup. 2020-12-01 17:01:59 +01:00

Readme.md

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.