wekan / wekanstudio

WeKan Multiverse prototype, based on redbean/fullmoon/sqlite3/petclinic technology.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeKan Studio

TL;DR

  • BLWRSL (Blow Resilient) (BSD/Linux/Mac/Windows / Redbean / SQLite / Lua). Similar like LAMP (Linux/Apache/MySQL/PHP).
  • One executeable: Redbean/Lua/SQLite + .zip file at end of same executeable. Like Go, but same executeable works at Windows/Mac/Linux/BSD, no need for separate exe per OS/CPU.

Starting

git clone https://github.com/wekan/wekanstudio

cd wekanstudio

make start

Stopping

2 times keyboard keys Ctrl and c:

Ctrl-c Ctrl-c

1) Executeable file: wekan.com

2) Database file: wekan.db

  • SQLite database. It will be created to same directory where wekan.com is, if it does not already exist.

Web browsers

  • Tested with all browsers, works also without Javascript:
    • Modern browsers based on: Chromium, Firefox, Safari
    • Upcoming browsers: Ladybird
    • Limited Javascript: Netsurf, Amiga IBrowse, ReactOS 32bit Wine Internet Explorer
    • Without Javascript: Lynx, ELinks, w3m w3m-img, FreeDOS Dillo
    • Legacy browsers: Netscape, IE
  • If browser has Javascript support, Javascript code can use https://unpoly.com for additional effects.
  • No cookies. No localstorage. Sessions stored to serverside database, based on browser properties. More info at https://github.com/wekan/wekanstudio/blob/main/docs/roadmap.md#sessions

Backend: Lua/SQLite

  • SSR (Server Side Rendering). Like Web 1.0, with HTML/CSS at frontend using HTML Forms with POST/GET. Redbean at backend. Similar like LAMP.

Cross-platform distro Cosmos

Related to Redbean, that is one part of Cosmos:

https://justine.lol/cosmo3/

Full source build of Cosmopolitan

This is needed, if you are packaging Cosmopolitan related for some distro, that requires full source build, and can not use precompiled compiler.

You'll need to use gcc-12.3 now, because that's the latest version ahgamut has patched to build with cosmopolitan libc:

https://github.com/ahgamut/gcc/tree/portcosmo-12.3

Use the latest commit. To compile gcc, run:

make all-gcc

make install -i

Gcc's default build process tries to compile libgcc and libgomp with the newly built xgcc binary, which ahgamut has not gotten completely right just yet.

WeKan Studio: General purpose web framework

This is general purpose web framework for creating any app, having features from:

Web framework is based on:

  • Cosmopolitan cross-platform one executeable for Windows/Mac/Linux/BSD x86_64/arm64. There is no need for separate executeable for each CPU/OS.
  • Blink, that is x86_64 emulator faster than Qemu. With Blink, it is possible to run also at s390x, RISC-V etc, running like blink wekan.com.
  • Redbean webserver tech, where to end of C89/SQLite3/Lua server executeable is added Lua code and HTML/CSS/images etc like .zip file, files read from there directly without extracting
  • SQLite3 database, that is included to Redbean.
  • Fullmoon Lua web framework, that is designed for Redbean webserver.
  • Petclinic example, that was ported from Java to Fullmoon, and added code that makes possible to use same SQLite database from many CGI-like Lua processes.

Native apps will be added for many CPU/OS. They will use same WeKan APIs, and native hardware features.

Security

See https://redbean.dev about DDoS protection, sandboxing, asan and other security features.

If you know about any other technology, that can handle DDoS without CloudFlare, please email support@wekan.team

Docs

How to build and run wekan.com:

https://github.com/wekan/wekanstudio/blob/main/docs/starting.md

Also other Docs at https://github.com/wekan/wekanstudio/tree/main/docs

Screenshot

In WeKan Studio, showing current visual look of All Boards page of WeKan Open Source kanban https://wekan.github.io

More info about progress at https://github.com/wekan/wekanstudio/blob/main/CHANGELOG.md

screenshot

Docker

TODO. Related:

https://github.com/solisoft/luaonbeans/blob/main/Dockerfile

About

WeKan Multiverse prototype, based on redbean/fullmoon/sqlite3/petclinic technology.

License:MIT License


Languages

Language:HTML 89.6%Language:Lua 9.6%Language:Makefile 0.5%Language:Shell 0.1%Language:CSS 0.1%