Fifth Annual Tcl/Tk Workshop, 1997
Web Enabling Applications
Brent Welch and Stephen Uhler
Sun Microsystems Laboratories
Mountain View, CA
Abstract
This demo shows a Tcl-based Web server that can be
extended with application-specific modules to support a variety of
applications. The server is written as a pure Tcl script[Ouster94][Welch95]
that is modular, extensible, and embeddable. Clients use a regular
Web browser to make HTTP requests to the Tcl server. The server can
be directly embedded into existing applications, or it can act as a
stand-alone server that includes application-specific modules. The
server web-enables your application so it can be accessed through a
standard Web browser.
|