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!
- Server is able to read
- Path
- Protocol
- Mathod
- Parameter
- Deleted unused package "BWidget"
- Added Log
- Changed Start and Stop Server functions
- Added Gui
- Added Start and Stop option
- First test without Gui