-
Standalone CMS with Dashboard Client.
Just using the client. Or kept server and client yourself.
- Back-end: Nodejs + mqtt + levelDB + ipfs.
- Front-end: HTML + JSON.
- Dashboard: Electron.
-
No superfluous external .CSS or .JS.
-
Pure JavaScript.
-
Ghost handle rest api.removed -
jsDelivr handle the static files with Github as CDN.removed -
Github host static files which like js, css and html.removed -
Cloudflare Workers handle fetch json, combine with CDN output html for final viewpoint.removed -
Statics via
Cloudflare Pages
withgithub
. new -
Data via
levelDB
+ipfs
. new -
Date-Transfer via
mqtt
. new -
Admin Dashboard as client via
Electron
. new -
Output HTML + JSON. new
-
Plugins new
- a p2p HLS player.
- some tools
- ...
- Account signup, signin, reset and delete.
- Front-end realtime notices .
- Secure MFA auth.
- HTTP/3 (Quic).
[Update march, 2021]