> For the complete documentation index, see [llms.txt](https://wiki.ainzzorl.lol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ainzzorl.lol/tech/technologies/threads-vs-events.md).

# Threads vs Events

* <https://berb.github.io/diploma-thesis/original/043_threadsevents.html>
* <https://stackoverflow.com/questions/25280207/what-are-the-differences-between-event-driven-and-thread-based-server-system>
* <https://strongloop.com/strongblog/node-js-is-faster-than-java/>
* <https://medium.com/@mohllal/node-js-multithreading-a5cd74958a67>

Events are great for IO parallelism without CPU parallelism.
