What is the best practice to deploy Sanic app?

Is there somewhat best pratice to deploy sanic app in Linux or other OS? For exaple, Nginx + uwsgi + sanic ? Nginx + supervisor + sanic ?

Thanks.

I’ve been planning on adding some articles about this in the near future. There is an article in the User Guide about deploying with nginx. Skip uwsgi. I have not personally launched with supervisor, but that is certainly an option. Instead, I would prefer to use Docker containers. I guess it depends what kind of deployment pipeline you are thinking of using and comfortable working with.

I am so eager to wait for the articles. You so kindness.

Sorry to keep you waiting… I have a couple more things I am working on before I get to those :upside_down_face:

nginx + gunicorn + supervisor Simple, convenient and fast