AJAX Introduction In Hindi

📔 : AJAX 🔗

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 है।

AJAX Advantages

  1. Better Performance - Data direct load होने की वजाय , Ajax के through data load करने में काफी कम time लगता है। जिससे performance काफी increase होती है।

  2. Better User Experience - End user को एक better Experience मिलता है।

  3. User Friendly.

AJAX Disadvantage

  1. Increases Development Time - हालाँकि direct data fetch करने की तुलना में Ajax development में थोड़ा time ज्यादा लगता है।

  2. Less Performance - AJAX के through send की गयी request को send की गयी request को आसानी से Browser Console में देखा जा सकता है , और उस request से आने वाला response को भी आसानी से देख सकते हैं। जिसे security का थोड़ा issue हो सकता है।

Related Topics :

Rahul Kumar

Rahul Kumar

Hi ! My name is Rahul Kumar Rajput. I'm a back end web developer and founder of learnhindituts.com. I live in Uttar Pradesh (UP), India and I love to talk about programming as well as writing technical tutorials and tips that can help to others.

Get connected with me. :) LinkedIn Twitter Instagram Facebook

b2eprogrammers