Answer the question
In order to leave comments, you need to log in
The language of the server side of the application. Work speed?
Hello!
Tell me, please,
1) In what language(s) is the server part of the mobile application written (such as a multifunctional messenger)?
2) What determines the speed of applications? Why do some seemingly identical applications run at different speeds?
Thanks ^-^
Answer the question
In order to leave comments, you need to log in
1. messengers are made using an asynchronous request processing model, for almost every language there are frameworks that implement such a model -> for the java language it is play framework (akka), for js it is node.js, for python it is a tornado, and so on.
2. Different applications obviously have different workloads, as well as different ways of processing data. sub-optimal methods, even at low load can give poor performance.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question