Version 69 of Web servers which provide native Tcl support

Updated 2016-01-27 22:22:46 by Presto

List and discuss the various options available to Tcl programmers who need a web server with Tcl scripting

Pure Tcl Web Servers:

  • tclhttpd
  • descendants of Stephen Uhler's (and Brent Welch's) minihttpd: one found in sdx, another one found in TIL.
  • Embedded TCL Web Server a 50 line trivially embeddable pure-tcl web server with SSL and Authentication
  • Wub
  • Wibble
  • castle
  • scwsd (delivers only static pages, but is written in Tcl)
  • Tatu, "a http 1.1 embedded web server"
  • DustMote
  • DustMote with Snit — Similar to DustMote but has partial HTTP/1.1 support and allows the user to define custom handlers for specific URLs.
  • Dandelion [L1 ] 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
  • jimhttp (Jim Tcl-only)
  • T2WS ([L2 ]) - Tiny Tcl Web Server, "a tiny Tcl based web server that is easy to use"

Web Servers which embedded Tcl:

Web Servers via remote protocol interfaces (SCGI/FastCGI):

Applications which embed a Tcl web server:

And also, any CGI-supporting web server, via ncgi.

Uncategorized:

FIXME


See also:


Comments:

...