Skip to content

dipterix/simplehttpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Standalone HTTP Server

Compiled standalone simple HTTP server. Automatically runs on modern Windows, no dependence required.

How to use

Download the repository as zip file, copy all files in dist into folders where server root should be, double-click simple_server.exe

How the executables are generated

The source files are simply setup.py and simple_server.py. The executables are generated via py2exe and the following command:

python setup.py py2exe

License

No specific license to my source file, free to use and without warranty. However you might want to check py2exe license.

About

Compiled standalone simple HTTP server via python and py2exe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages