Skip to content

jscottb/Temberweb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

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'


About

A simple Tcl only Web framework for small systems

Resources

License

Stars

2 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors