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 +