I am developing a graphql api using ariadne and fastapi and thinking of launching it on hypercorn server. I don't have to serve static files and images. So, In my case is it necessary to use nginx or apache2 with hypercorn while I am going in production.
Note:- There will be a heavy traffic on this server
If it is necessary to use apache2/nginx , how can I configure to use it with hypercorn ?