If tutorials available on this website are helpful for you, please whitelist this website in your ad blocker😭 or Donate to help us ❤️ pay for the web hosting to keep the website running.
AJAX , Asynchronous JavaScript And XML की Short Form है। AJAX
एक ऐसी technique / method है जिसके through page को बिना reload / refresh किये server से communicate कर सकते है।
सबसे ख़ास बात इसका Asynchronously run होना means web page को reload / refresh किये बिना server से communicate कर सकते है और अगर request में time लगता है तो next code run हो जाता है।
AJAX server के साथ different - different formats like JSON , HTML , XML और text files के साथ request send / receive करने के लिए सबसे easy way है।
Better Performance - Data direct load होने की वजाय , Ajax के through data load करने में काफी कम time लगता है। जिससे performance काफी increase होती है।
Better User Experience - End user को एक better Experience मिलता है।
User Friendly.
Increases Development Time - हालाँकि direct data fetch करने की तुलना में Ajax development में थोड़ा time ज्यादा लगता है।
Less Performance - AJAX के through send की गयी request
को send की गयी request को आसानी से Browser Console
में देखा जा सकता है , और उस request से आने वाला response
को भी आसानी से देख सकते हैं। जिसे security का थोड़ा issue हो सकता है।