Why AJAX is useless?

Why it’s useless in real applications? Finally, JavaScript doesn’t have any multithreading capabilities, except whatever comes implicitly from the web browser’s internal use of threads. Another reference: Multi-threading in JavaScript Only thing what javascript (thus AJAX) is currently capable of, is to imitate multithreading, which is 100% different thing than actual multithreading. So there we…

Read more