From 2a75e3f0dcc5cef41d42d892a9b7cc70a4246e64 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 22 Sep 2023 22:06:51 +0300 Subject: [PATCH] Updated WeKan Multiverse Roadmap (markdown) --- WeKan-Multiverse-Roadmap.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/WeKan-Multiverse-Roadmap.md b/WeKan-Multiverse-Roadmap.md index f699143..9a42746 100644 --- a/WeKan-Multiverse-Roadmap.md +++ b/WeKan-Multiverse-Roadmap.md @@ -103,4 +103,23 @@ https://github.com/wekan/php/blob/main/page/allboardschar.php - Node.js supports these CPU/OS, like also s390x https://nodejs.org/dist/latest-v20.x/ that Meteor WeKan supports: - https://github.com/wekan/wekan/wiki/s390x - https://github.com/wekan/node-v14-esm/releases/tag/v14.21.4 +- Haxe https://haxe.org + - Hello world example + - Repo https://github.com/wekan/hx/blob/main/prototypes/code/hello + - Transpiled with Haxe to many programming languages + - Tinkweb + - Repo https://github.com/wekan/hx/tree/main/prototypes/ui/tinkweb + - Has router and webpage + - Transpiles to PHP and Node.js +- Redbean https://redbean.dev + - Repo https://github.com/wekan/hx/tree/main/prototypes/code/webserver/works/fullmoon + - Minimal kanban board drag drop example + - Redbean amd64 binary works at Win/Mac/Linux/BSD/BIOS without any modifications, because it is based on Cosmopolitan https://github.com/jart/cosmopolitan + - Uses HTMX https://htmx.org at UI + - Saves to SQLite database +- FreePascal + - Repo https://github.com/wekan/hx/tree/main/prototypes/code/webserver/works/freepascal-router + - Router and some webpage + - Works at many retro and modern OS, but not at s390x that FreePascal does not support yet https://wiki.freepascal.org/ZSeries +