''List and discuss the various options available to Tcl programmers who need a web server with Tcl scripting'' '''Pure Tcl Web Servers''': * [tclhttpd] * [tcl-httpd] * [Embedded TCL Web Server] a 50 line trivially embeddable pure-tcl web server with SSL and Authentication * [Wub] * [castle] * [scwsd] (delivers only static pages, but is written in Tcl) * [DustMote] ''(dead?)'' '''Web Servers which embedded Tcl''': * [Apache] with [Rivet] * [AOLserver] * [NaviServer] * Apache with [mod_tcl] ''(dead?)'' * Apache with [NeoWebScripting] ''(dead?)'' * Apache with [websh] ''(dead?)'' * [httcld] - Micro-HTTP server with embedded TCL '''Applications which embed a Tcl web server''': * [tclhelp] And also, any [CGI]-supporting web server, via [ncgi]. '''Uncategorized''': ''FIXME'' * application servers such as [Kinetic Application Processor], [DynaWeb], ... * Bauk HTTP Server - includes full support for dynamic pages in PHP, Perl, Gawk and Tcl providing the power of script-enabled pages and database integration[http://solair.eunet.yu/~kliker/] * Dandelion [http://pietersz.co.uk/software/dandelion-server] is a small easily embeddable server, more capable than the very light servers (multiple simultaneous connections, multiple sites on different ports, can handle HEAD requests correctly, etc.), but much smaller and simpler than Wub or Tclhttpd * mkHttpd: small module allows to include a web user interface in application [http://mkextensions.sourceforge.net/] * [MHo]'s [Tclhttpd Winservice], based on [tclhttpd] * Webservr.tcl from [BOOK Interactive Web Applications with Tcl/Tk] * [Web Templating] * [THP] ---- '''See also''': * [Web-hosting companies that offer server-side Tcl] * [CL]'s occasionally maintained page [http://phaseit.net/claird/comp.lang.tcl/server_side_tcl.html] on a similar topic * http://www.purl.org/NET/Tcl-FAQ/part4.html which has a variety of Tcl based applications, several of which include an HTTP ---- '''Comments''': ... ---- !!!!!! %| [Category Webserver] |% !!!!!!