Skip to content

JKamue/tcl_webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

tcl_webserver

A small easy and handy webserver Just select the directory you want to use, set the port you want to open and start the server. You can now reach it under 127.0.0.1:{PORT} or localhost:{PORT}

Other people can acess it with {YOUR IP}:{PORT}

If you run the .tcl file as a console application you will be able to see the following information for each request.

  • IP
  • Time
  • Path
  • Protocol
  • Mathod
  • Parameter

!It is not working if you start the .exe as a console application!

v.2.0

  • Server is able to read
    • Path
    • Protocol
    • Mathod
    • Parameter

v.1.1.1

  • Deleted unused package "BWidget"

v.1.1

  • Added Log
  • Changed Start and Stop Server functions

v.1.0

  • Added Gui
  • Added Start and Stop option

v.0.9

  • First test without Gui

About

A small webserver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages