An experimental c++ app/http framework
Go to file
Relintai ec8de94827 Little work on the sqlite database backend. 2021-05-01 20:31:52 +02:00
.vscode
core Added loop one method to http server. 2021-05-01 17:37:10 +02:00
database Little work on the sqlite database backend. 2021-05-01 20:31:52 +02:00
libs Update brynet to the latest. 2021-04-30 16:10:14 +02:00
modules Add a new obj void* argument to the local session handler. 2021-05-01 20:10:19 +02:00
www Crappy test favicon. 2020-11-25 22:08:26 +01:00
.clang-format
.gitignore Fix compilation db generation. 2021-01-05 19:28:29 +01:00
LICENSE
Readme.md Add link to the sample project. 2020-12-25 21:13:48 +01:00
SConstruct Simple mqtt broker module for a small project that I have to do. Will probably get removed later. It uses https://github.com/inyotech/mqtt_broker . 2021-05-01 17:42:25 +02: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
settings.json.example Started working on settings. 2020-12-08 16:22:18 +01:00

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.