"javascript Asynchronous Programming: Designing Fast-Responsive Network Applications" describes basic asynchronous processing techniques, including pubsub, event mode, promises, etc. Through these techniques, you can better cope with the complexity of large-scale web applications , delivers fast and responsive code. Understanding the asynchronous mode of JavaScript allows readers to write JavaScript programs with a more reasonable structure, better performance, and easier maintenance.
"JavaScript Asynchronous Programming: Designing Fast-Responsive Network Applications" is suitable for JavaScript developers to read.
JavaScript is a single-threaded programming language. How do you cope with the multimedia, multitasking, and multicore world? Experienced JavaScript programmers will inevitably be frustrated by the intricate callbacks in the network. Then, you should definitely read this book "Javascript Asynchronous Programming".
"JavaScript Asynchronous Programming: Designing Rapidly Responsive Network Applications" starts from the most basic and important JavaScript event model, vividly reviews various asynchronous application scenarios, and presents various asynchronous design patterns and asynchronous programming currently in use one by one. Class libraries, from pubsub to promise objects, from asynchronous workflow control class libraries to worker multi-threading technology, to asynchronous loading technology of browser-side scripts. The narrative of this book is smooth, from the introduction of the problem, to the preliminary solution, to the extension of use cases and advanced solutions, all the way to peeling off the cocoon, advancing layer by layer, and it is exciting. With this volume in hand, you will be able to confidently handle the complexity of large-scale web applications and deliver fast and responsive JavaScript code!
Statement:
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn