Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
feature instead of app
Browse files Browse the repository at this point in the history
"killer feature" makes more sense in this context IMHO.
  • Loading branch information
schlpbch authored and benhalverson committed Apr 12, 2022
1 parent ef8fba5 commit b70f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/0029-node-event-loop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ category: learn

The **Event Loop** is one of the most important aspects to understand about Node.js.

Why is this so important? Because it explains how Node.js can be asynchronous and have non-blocking I/O, and so it explains basically the "killer app" of Node.js, the thing that made it this successful.
Why is this so important? Because it explains how Node.js can be asynchronous and have non-blocking I/O, and so it explains basically the "killer feature" of Node.js, the thing that made it this successful.

The Node.js JavaScript code runs on a single thread. There is just one thing happening at a time.

Expand Down

0 comments on commit b70f9f2

Please sign in to comment.