alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
11 stars 4 forks source link

Start using a proper WSGI for the frontend #208

Open mhauru opened 6 months ago

mhauru commented 6 months ago

Currently we are using whatever WSGI Flask has built in, but that's only meant for development use. We should rather use something like gunicorn. The backend already does this as of #207.