Updated WeKan Multiverse Roadmap (markdown)

Lauri Ojansivu 2023-10-08 21:35:22 +03:00
parent e2e59b936a
commit 88646252be

@ -194,7 +194,7 @@ https://github.com/wekan/php/blob/main/page/allboardschar.php
- Features:
- Only serverside rendering. Javascript removed removed from frontend.
- Only test webpage. No actual features.
- Node.js 20, Deno and Bun
- Node.js 20, Bun and Deno
- Repo https://github.com/wekan/wekan-node20
- Features:
- main.js makes database queries to many databases
@ -203,14 +203,14 @@ https://github.com/wekan/php/blob/main/page/allboardschar.php
- MongoDB driver for newest MongoDB included, using MongoDB 6.x from rebuild-wekan.sh from https://github.com/wekan/wekan
- FerretDB proxy to PostgreSQL, from docker-compose.yml
- FerretDB proxy to SQLite, from docker-compose.yml
- Bun is about 93 MB
- Node.js supports many 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
- Node.js is used in production and has traceability.
- Deno also includes Node.js as Deno's Node.js compatibility layer.
- Deno size is usually about 350 MB https://github.com/wekan/wekan-node20/releases , but from source built Linux arm64 is 1.1 GB because of some bug somewhere.
- https://changelog.com/jsparty/294
- Bun size is about 93 MB
- Deno size is usually about 350 MB https://github.com/wekan/wekan-node20/releases , but from source built Linux arm64 is 1.1 GB because of some bug somewhere.
- Deno also includes Node.js as Deno's Node.js compatibility layer.
- Node.js supports many CPU/OS
- Node.js is used in production and has traceability. https://changelog.com/jsparty/294
- https://github.com/wekan/wekan/wiki/s390x
- https://nodejs.org/dist/latest-v20.x/
- 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