dwellir-public / rpc-endpoint-db-operator

Manages API endpoint data collection
Apache License 2.0
1 stars 0 forks source link

Production deployment behind WSGI #18

Closed jakobilobi closed 1 year ago

jakobilobi commented 1 year ago

I read up some on production deployment recommendations for Flask and I believe implementing something like Gunicorn will be both quick and easy. I was debating at first if a WSGI could be added as a subordinate but I think not, it needs to wrap the application instead of lying under it.