is mobile application is asynchronous or synchronous and reactive web as well? i just want to know the difference
Hi,
You can have asynchronous logic and synchronous logic in both.
If you use timers or processes, you'll have asynchronous logic, for example.
Cheers
Hello Chappa,
Asynchronous means that tasks can be performed independently and in parallel, without blocking the main execution thread. In the context of computing, this means that multiple actions can occur at the same time, without one task waiting for another to complete. This allows for more efficient use of system resources and can lead to a more responsive and user-friendly experience in applications.
Both Mobile apps and Reactive web applications can be asynchronous, meaning that they can handle multiple tasks at the same time without blocking the main thread.
Hope it helps!
Paulo Rosário
Hi chappa sairajesh,
please check this link and get some idea about asynchronous
https://www.outsystems.com/forums/discussion/73615/why-reactive-web-follows-asynchronous-programming/
Thanks,
Ramesh