| What | '''jimhttp''' (name subject to change) | | Where | https://github.com/dbohdan/jimhttp | | Description | A prototype of a [http://www.sinatrarb.com/%|%Sinatra]/[http://flask.pocoo.org/%|%Flask]-like web framework written in pure [Jim%|%Jim Tcl]. | | Platforms | Likely all supported by Jim Tcl's [http://jim.tcl.tk/index.html/doc/www/www/extensions/%|%aio]. | | Prerequisites | The latest Jim Tcl from the [https://github.com/msteveb/jimtcl%|%Git repository]. The current stable release (Jim Tcl 0.75) won't do. | | Updated | 09/2014 | | License | MIT | ***Code example*** ====== source http.tcl http::add-handler /hello/:name/:town { return [http::make-response \ "Hello, $routeVars(name) from $routeVars(town)!"] } http::start-server 127.0.0.1 8080 ====== <>Internet | Web