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: - Features:
- Only serverside rendering. Javascript removed removed from frontend. - Only serverside rendering. Javascript removed removed from frontend.
- Only test webpage. No actual features. - 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 - Repo https://github.com/wekan/wekan-node20
- Features: - Features:
- main.js makes database queries to many databases - 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 - 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 PostgreSQL, from docker-compose.yml
- FerretDB proxy to SQLite, from docker-compose.yml - FerretDB proxy to SQLite, from docker-compose.yml
- Bun is about 93 MB - Bun size is about 93 MB
- Node.js supports many CPU/OS, like also s390x https://nodejs.org/dist/latest-v20.x/ that Meteor WeKan supports: - 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://github.com/wekan/wekan/wiki/s390x - Deno also includes Node.js as Deno's Node.js compatibility layer.
- https://github.com/wekan/node-v14-esm/releases/tag/v14.21.4 - Node.js supports many CPU/OS
- Node.js is used in production and has traceability. - Node.js is used in production and has traceability. https://changelog.com/jsparty/294
- Deno also includes Node.js as Deno's Node.js compatibility layer. - https://github.com/wekan/wekan/wiki/s390x
- 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://nodejs.org/dist/latest-v20.x/
- https://changelog.com/jsparty/294 - https://github.com/wekan/node-v14-esm/releases/tag/v14.21.4
- Haxe https://haxe.org - Haxe https://haxe.org
- Hello world example - Hello world example
- Repo https://github.com/wekan/hx/blob/main/prototypes/code/hello - Repo https://github.com/wekan/hx/blob/main/prototypes/code/hello