mirror of
https://github.com/wekan/wekan.git
synced 2026-03-08 06:32:34 +01:00
Updated Deep Dive Into WeKan (markdown)
parent
834d7eb374
commit
e1e29ae5a4
1 changed files with 33 additions and 2 deletions
|
|
@ -77,6 +77,37 @@
|
|||
|
||||
## WeKan Multiverse
|
||||
|
||||
- Dillo Webbrowser at FreeDOS https://github.com/wekan/wekan/issues/4578#issuecomment-1248525591
|
||||
- Goal of WeKan Multiverse https://github.com/wekan/wekan/issues/4578#issuecomment-1407769397
|
||||
- Support more databases, like SQLite and PostgreSQL, and support migrations between them
|
||||
- For browsers that have Javascript, use Javascript to add drag-drop etc Javascript features, and hide UI elements like buttons etc that are for non-Javascript
|
||||
- Work without Websockets (maybe with long poll, or other way), for internal corporate networks where websockets are not allowed
|
||||
- Work at browsers that do not support Javascript, or have Javascript is disabled for security reasons:
|
||||
- Netsurf https://www.netsurf-browser.org/downloads/ , Development Builds https://ci.netsurf-browser.org/builds/
|
||||
- RISC OS https://www.riscosopen.org/content/downloads , https://www.riscosdev.com/direct/
|
||||
- ReactOS https://reactos.org , https://github.com/howinfo/howinfo/wiki/ReactOS
|
||||
- Redox OS https://www.redox-os.org
|
||||
- Haiku, Linux, Windows, Amiga, Atari etc
|
||||
- Amiga: AWeb, iBrowse
|
||||
- Dillo Webbrowser at FreeDOS https://github.com/wekan/wekan/issues/4578#issuecomment-1248525591
|
||||
- Netscape, IE, etc all browsers at all OS/CPU.
|
||||
- Programming language alternatives
|
||||
- Optionally, use some transpiler:
|
||||
- Haxe https://haxe.org
|
||||
- Wax https://github.com/xet7/wax
|
||||
- Nim https://nim-lang.org
|
||||
- V https://vlang.io
|
||||
- Cross-platform C89 code for 30+ OS/CPU like at https://github.com/xet7/darkesthour
|
||||
- Embedded webserver, for example:
|
||||
- C https://github.com/wekan/hx/blob/main/prototypes/code/webserver/works/c/server.c
|
||||
- Sandstorm https://sandstorm.io , https://github.com/sandstorm-io/sandstorm
|
||||
- Rust https://github.com/dwrensha/sandstorm-rawapi-example-rust
|
||||
- C++ https://github.com/dwrensha/sandstorm-rawapi-example
|
||||
- Benchmarks
|
||||
- https://github.com/wekan/hx/tree/main/prototypes/code/webserver
|
||||
- https://www.techempower.com/benchmarks/
|
||||
- https://github.com/TechEmpower/FrameworkBenchmarks/tree/master/frameworks
|
||||
|
||||

|
||||
|
||||
- https://github.com/wekan/wekan/issues/4578#issuecomment-1250143726
|
||||
|
||||

|
||||
Loading…
Add table
Add a link
Reference in a new issue