Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lightweight HTTP server for python desktop Application

I am currently working on a desktop application in which a pair of this application will have to communicate with each other using HTTP meaning that both will server as a client/server simultaneously. What python webserver will suffice for such desktop application?

like image 597
cobie Avatar asked Apr 26 '26 15:04

cobie


2 Answers

You haven't really given us much information, but depending on your use-case SimpleHTTPServer might suffice. It's in the standard library, which is convenient.

There's also Bottle, Flask, web.py...

like image 125
voithos Avatar answered Apr 28 '26 05:04

voithos


I have a sample HTTP server that you can find it here.

http://snipplr.com/view/57745/python-web-server/

like image 25
ronak Avatar answered Apr 28 '26 04:04

ronak



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!