- Why does one function freeze your entire server? The answer is the event loop. The event loop is a continuous loop. It checks for work and executes it in a specific order. Node.js uses a library ...