From f2ac577c50cc16e42e84513e016e73a4363afa83 Mon Sep 17 00:00:00 2001 From: oDinZu WenKi Date: Thu, 18 Jan 2024 19:12:46 -0500 Subject: [PATCH] add features draft --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 2110b91..af97a81 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.25.1