what is the recommended way of running a embedded web server within a desktop app (say wsgi server w
- by btbytes
The desktop app should start the web server on launch and should shut it down on close.
Assuming that the desktop is the only client allowed to connect to the web server, what is the best way to write this?