Javascript in browser - example of non-blocking asynchronous APIs
Javascript in the web browser is a popular area of programming where many developers would be exposed to asynchronous non blocking APIs. i.e. AJAX which stands for Asynchronous Javascript and XML. Ironically we use this with JSON mostly now rather than XML.
Â
Â