Releases: V-core9/V9_WebAbomination
Releases · V-core9/V9_WebAbomination
V-core9 Legacy-02 [prisma-api-app]
This version has:
- Moved on from v_database module in favor of Prisma ORM.
- Front end has been simplified by adding the ability to store whole pages in database.
- Uses SQLite to store data.
- Added Custom Clustering Module that can scale Express to all the available CPU power.
- System Monitoring [express]
V-core9 Legacy-01 [original-init-version]
This is the original version that used:
- V_Database Custom module to store data.
- 2gen. vDisplayDriver to run the front end using custom "components".
- 1st versions of the v_to_md5, v_to_sha256, v_rifier, v_sitemap_generator...etc.
ALPHA_v01
Working version of the original script.
Few things that will change soon:
- Uses V_Database for the data handling. [will move to Prisma.io]
- Routing done through similar to "JSON" object. Then looping through. [new object prepared]
- Middlewares are set statically when starting express app. [will be dynamic]
- "PageBuilder" components in original version. [will move to more complex but easier to work with solution + dynamic rows and components]
- No-clustering. [custom solution prepared]