N
N
Nodar2014-09-11 16:16:05
Nginx
Nodar, 2014-09-11 16:16:05

Do I need nginx for api where there is no static?

Hello community.
There is a project that is only api. No static, 1 server, 1 application.
API written in python/tornado. Do I need to set up a bunch of nginx / tornado server or will one tornado be enough?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Igor, 2014-09-11
@merryjane

Nginx is asynchronous and will be able to keep a pool of connections for you while the backend processes them.
There is a sense to put.

S
sasha, 2014-09-11
@madmages

I don't quite understand why. at least even if the data in the api has not changed, then it will be necessary to ask the python about it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question