CogStack / MedCATservice

Running MedCAT as a RESTful web service
17 stars 14 forks source link

Use a production-ready server for serving Flask apps #3

Closed lrog closed 5 years ago

lrog commented 5 years ago

Currently, the default development server werkzeug is being used to server Flask app. This server is not recommended to be used in production. We should consider providing solution based on either uWSGI or gunicorn or (?) for running the MedCAT service in production.

lrog commented 5 years ago

In the devel branch two scripts were added: