what is the recommended way of running a embedded web server within a desktop app (say wsgi server w

Posted by btbytes on Stack Overflow See other posts from Stack Overflow or by btbytes
Published on 2010-06-08T20:50:21Z Indexed on 2010/06/08 21:12 UTC
Read the original article Hit count: 195

Filed under:
|
|
|
|

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?

© Stack Overflow or respective owner

Related posts about python

Related posts about gui