Archive: Programming

Latest Posts
03 May 2022
What is Event Loop – Things To Know

The event loop is what allows javascript to handle thousands and thousands of requests with just a single thread. This architecture allows Javascript and/or Node.js engines to offload operations to the system kernel.