Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an WSGI app server to Python REST wrappers #383

Closed
jklaise opened this issue Jan 11, 2019 · 2 comments · Fixed by #684
Closed

Add an WSGI app server to Python REST wrappers #383

jklaise opened this issue Jan 11, 2019 · 2 comments · Fixed by #684

Comments

@jklaise
Copy link
Contributor

jklaise commented Jan 11, 2019

We should use e.g. Gunicorn to replace the Flask built-in server.

@ryandawsonuk
Copy link
Contributor

@marrrcin
Copy link

marrrcin commented Jul 9, 2019

Have you considered using simpler WSGI server like Cheroot (https://cheroot.cherrypy.org/en/latest/) ? It can be configured directly from the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants