Artifact c794b128a74172c5999be441d9bbd5e620de5be91ff7f938fc6f5d15d1027169:
- File README.md — part of check-in [cdd4b624b9] at 2020-08-27 14:53:39 on branch trunk — Fix typo on the index page. (user: drh size: 1528)
Wapp - A Web-Application Framework for TCL
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