Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Module : http.server
#4
Can you be more specific about what you're doing? The term "web service" is usually synonymous with "HTTP API" (i.e. a web app serving say JSON or XML via its endpoints). If you're doing that you at least need a web framework and as for the server itself, there's Gunicorn. A list of WSGI servers can be found here.
Reply


Messages In This Thread
Module : http.server - by JohnnyCoffee - Jul-06-2020, 10:33 PM
RE: Module : http.server - by bowlofred - Jul-07-2020, 12:49 AM
RE: Module : http.server - by JohnnyCoffee - Jul-07-2020, 01:39 AM
RE: Module : http.server - by ndc85430 - Jul-07-2020, 04:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Triggering a ps1 script in remote windows server via http python request jasveerjassi 1 412 Jan-26-2024, 07:02 PM
Last Post: deanhystad
  Process the image on the Python HTTP server Aleks 0 3,245 Dec-02-2021, 11:43 PM
Last Post: Aleks
  How to take the tar backup files form remote server to local server sivareddy 0 1,939 Jul-14-2021, 01:32 PM
Last Post: sivareddy
  Multithreaded HTTP Server sbguy01 0 6,307 Oct-21-2020, 04:42 PM
Last Post: sbguy01
  ModuleNotFoundError: No module named 'http.client'; 'http' is not a package abhishek81py 1 15,586 Jun-25-2020, 08:58 AM
Last Post: buran
  Web server (http) JohnnyCoffee 1 1,805 Jun-14-2020, 12:41 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020