Simple Http Server written in Tcl
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
strangebrew dcfe1c92be
'server.tcl' güncelle
2 years ago
views Dosyaları 'views' 'a yükle 2 years ago
LICENSE Initial commit 2 years ago
readme.txt Dosyaları '' 'a yükle 2 years ago
server.tcl 'server.tcl' güncelle 2 years ago

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

25.11.2020
----------

simple http server written in Tcl just for experimental purposes.
it doesn't have any advantages over thttpd or darkhttpd (i highly recommend this to use).
nearly 100 lines

features
-html serve (wow)
-route designing
-directory viewing
-404 page
-access logging

TODO (maybe)
-image and other mime types support