jscottb/Temberweb
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# # TemberWeb - A simple web handling framework for small systems. # Writtin in tcl # # By Scott Beasley 2016, 2021 # # Based off of Dustmote by Harold Kaplan 1998 - 2002. # See: http://wiki.tcl.tk/4333 # !!! A WORK IN PROGRESS !!! (Changing/Fixing as I use it :) A simple Tcl only Web framework for small systems like the Raspberry Pi etc.. A one-night hack, with later additions. A work in progress... Goals: - To be a simple lightweight web framework similar to Flask. - Offer easy but flexible URL routing with a built-in web server. - Have at least some REST-like uses. - No external dependencies with an all-in-one source file. (Minus TLS :) Documentation forthcoming. TODO: - Document the lib - Add forwarding. - Add TLS support. - Add full templatimg. (Has simple now) Usage: Copy the temberweb folder to your local tcl lib directory and use 'package require Temberweb' Or copy to your project directory and use 'source temberweb.tcl'