Tag

#event loop

1 article tagged #event loop. See all tags →

Synchronous vs Asynchronous Programming, Explained
Tech··8 min

Synchronous vs Asynchronous Programming, Explained

Synchronous code waits, asynchronous code moves on. That one difference decides whether your server handles ten users or ten thousand. Here is what blocking, event loops, and async/await actually mean, and when the complexity is worth it.

asyncconcurrencyjavascript