Answer the question
In order to leave comments, you need to log in
How to avoid errors when setting up a server?
Prompt articles or tutorials on the correct configuration of the frontend and backend server.
Nginx will serve as a frontend to avoid performance drops when working with blocking requests - thread pools built into it. For quick work with the database - asyncpg.
Additional server logic will be written in python (pypy). To speed up server calls - uvloop.
Please correct me if I messed something up with the "scheme" of the server part somewhere.
I don't want to make rookie mistakes. I would like to use the possibilities of these technologies optimally. Thanks
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question