tänzer: A Minimalistic Tcl Web Server Framework

2025-03-16

tänzer is a minimalistic web server framework for Tcl providing a straightforward environment for building HTTP/1.1 web applications. It features asynchronous HTTP/1.1 support, a pattern-based request routing engine, SCGI client and server support, CGI executable support, fast static file serving, and works out-of-the-box on Tcl 8.6. Designed for simplicity, even creating a 'Hello, world!' application is incredibly easy.

Development