GitHub - faustinoaq/sswws: Super Simple Windows Web Server

1 min read Original article ↗

I want a single click web server for Windows that I can trust and execute in a single file not depending in external bloated tools.

Download the exe from the release page and single click sswws.exe then open http://127.0.0.1:8080/

C:\> .\sswws.exe -h
Usage: sswws [arguments]
    -v, --version                    Server version
    -p PORT, --port=PORT             Specifies the port to run on (default 8080)
    -i IP, --ip=IP                   Specifies the ip to run on (default 127.0.0.1)
    -d DIR, --dir=DIR                Specifies the directory to run on (default same dir)
    -h, --help                       Show this help