webspld
SPL based web application framework
Install
- All systems
-
curl cmd.cat/webspld.sh
- Debian
-
apt-get install spl-webspl
- Ubuntu
-
apt-get install spl-webspl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install spl-webspl
- Raspbian
-
apt-get install spl-webspl
- Dockerfile
- dockerfile.run/webspld
spl-webspl
SPL based web application framework
WebSPL is a pretty powerful framework for doing web application development with SPL. The interesting thing about WebSPL is that, other than usual CGI scripts, a WebSPL script is not executed once for each HTTP request. Instead there is one SPL process for each session and such a WebSPL script can pause its execution at any time, wait for the user to do something and continue execution as soon as the user did something. In addition to that there is a module package called "WSF" (WebSPL Forms) which adds an additional abstraction layer between the application logic and the representation as web page. With this SPL modules, web application development becomes as easy as normal application development with well-designed widget sets.