A
A
Alexander Degtyarev2016-03-24 13:39:00
ASP.NET
Alexander Degtyarev, 2016-03-24 13:39:00

Which is better for REST API approach?

Tell me please. It is planned to create a service with the number of visitors to 20,000 per day. The service itself is based on the REST API principle, just a question:
1. What is the best choice for this ASP.NET Web API, Node.js, ASP.NET Core?
2. Which of the above technologies is the fastest and best for this task?
So far everything seems

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-03-24
@ErichAltheim

1. Take what you know
2. You can always lose
It's not like it's such a big load. Only 4 requests per second, if we take into account the distribution of users (that all 20K will sit during the day, that is, 12 hours, and generate an average of 10 requests to the API).
Anything can easily carry such a load, even PHP with its dying model.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question