What is a good and easy way to distribute the web application and server bundled in python?
So, I can tell the user: “Take this tar / what, unzip it and run blahblah.py”, and blahblah.py will start the http / wsgi server and will serve my application?
Im looking for a stable, ready-made multi-threaded wsgi-server with which I can connect my application without the need to use nginx or other “interfaces” or deal with any configuration.
source
share