Wapp is a framework for writing web applications in TCL, with the following advantages:
- Small and simple API → easy to learn and use
- A complete app is a single small file of TCL
- Resistant to attacks and exploits
- Cross-platform → CGI, SCGI, or a built-in web server
- The Wapp framework itself is a single-file TCL script
- Easy to embed in a larger application, if desired
- 2-clause BSD license
Documentation
- "Hello World!" App (6 lines of code)
- Introduction To Writing Wapp Applications
- Quick Reference
- Wapp Parameters
- Wapp Commands
- CGI Parameters
- URL Mapping
- Security Features
- How To Compile wapptclsh - Or Not
- Limitations of Wapp
- Example Applications
- Real-World Uses Of Wapp
- Debugging Hints
Simple Live Demos
Downloads
- Download just the single Wapp TCL file, if you already have a TCL environment
- Download a tarball or ZIP Archive of the latest snapshot of this entire repository, or
- Clone the entire repository using the Fossil command "fossil clone https://wapp.tcl.tk".