Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flask without Flask
#3
Hi,

@venquessa : there seems to be a misunderstanding from your side: Flask is a WSGI-compliant (=Python's standard) framework, so the app written in Flask can be servered by any WSGI server. This could be the build-in server of Flask, but it could also be any WSGI server. E.g. gunicorn is a popular choice.

Running a Flask app with an external WSGI server is described in Flask's documentation.

Regards, noisefloor
Reply


Messages In This Thread
Flask without Flask - by venquessa - Sep-02-2019, 12:39 PM
RE: Flask without Flask - by Larz60+ - Sep-03-2019, 12:05 AM
RE: Flask without Flask - by noisefloor - Sep-07-2019, 04:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Flask request object None muckypup 0 3,103 Mar-11-2021, 12:34 PM
Last Post: muckypup
  Modify XML request on Flask with ElementTree Chris_SK 0 3,105 Oct-26-2020, 08:59 AM
Last Post: Chris_SK
  500 Internal Server Error Flask Api on Lighttpd koklimabc 0 3,047 Apr-14-2020, 08:15 AM
Last Post: koklimabc
  Flask and Websockets == True? rxndy 2 3,583 Apr-21-2019, 04:08 PM
Last Post: rxndy
  Flask.socketio and client side html tables / JS georgelza 1 4,859 Jun-05-2018, 03:56 AM
Last Post: georgelza
  flask Skaperen 6 10,763 Apr-19-2017, 06:03 AM
Last Post: nilamo

Forum Jump:

User Panel Messages

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