Hello Friends
Today I am writing again about AJAX – I actually wrote back in 2014 a blog post about this very same topic but it seems that I really like this topic so I thought to write about it again.
before getting into the weeds, quick recap of two concepts
Synchronous is real-time communication method where each party receives messages instantly and requestor needs to wait for the request to be complete.
Asynchronous is a communication method of exchanging messages between parties in which each party receives and processes messages whenever it’s possible to do so, rather than doing so immediately upon receipt. requestor immediately continues with its work without caring for the immediate result.
When to use GlideAjax ?
Continue reading →