add features draft #2

Merged
sharpetronics merged 1 commits from drogonCMS-cmake into master 2024-01-18 19:24:00 -05:00

View File

@ -25,6 +25,21 @@
3. Then, to build the executable, we do `cmake --build .`
4. Run the app with `./DrogonCMS`
## Features and Strengths
- 2x-3x Faster than NginX or WordPress; possibly, the fastest website architecture known and better than Strapi
- Built on CMake/C/C++/GTK4/Drogon
- Optional Built-in Proxy/Local Caching Support
- Built-in website Builder
- Optional Community Support/Plugins
- Built-in website Preview/Drafts
- Built-in website WYSIWYG
- Built-in image Gallery
- Built on Freedom Software
- Blazing fast website architecture
- Headless CMS Ready for site generators
- Lightweight security with _serverless_ architecture; all work is done locally via your computer or via a remote server with CI. All public facing data is public only and a image of the original data from the local postgresql database, not including server backups. e.g. a copy of the original data is created at the edge or public WWW layer, plus optional proxy securities and caching.
- Excellent documentation
## Development & Contributing
### Requirements