As simple as it gets...
Wub is a pure Tcl web server implementing near HTTP 1.1
Wub servers are designed as a series of pluggable building blocks called "domains".
Wub is a pure Tcl implementation of a Web server. It runs as a Tcl script on top of Tcl 8.6+.
While this server works fine as a stand alone web server, the intent is to embed applications within it.
The Wub Architecture page provides an architectural overview.
The interpreted nature of Tcl allows dynamic reconfiguration of the server. Once the core interface between the web server and the hosted application is defined, it is possible to manage the web server, upload Safe-Tcl control scripts, download logging information, and otherwise debug the Tcl part of the application without restarting the application.
- Site Configuration File: /var/www/wub/Wub/site.config
- Site Document Root: /var/www/wub/docroot
Note: The server is distributed under a copyright that allows free use.
Wub