Node.js Quotes

Rate this book
Clear rating
Node.js: Learn one of the most powerful JavaScript frameworks. Web App Development Node.js: Learn one of the most powerful JavaScript frameworks. Web App Development by Ralph Archer
18 ratings, 2.33 average rating, 1 review
Node.js Quotes Showing 1-1 of 1
“The framework is also single-threaded, and its model relies on concurrency which is based on an event loop. It operates in a non-blocking mode, which means that the programs are not blocked but allowed  to continue with execution. What happens is that it registers the callback, and then allows the program to continue with the process of execution. Due to the ability of the framework to handle concurrent operations effectively without having multiple threads in the state of execution, the applications are always in a position to scale well.”
Ralph Archer, Node.js: Learn one of the most powerful JavaScript frameworks. Web App Development