Multi-thread with nodejs
· 6 min read

Node.js is a very powerful server-side javascript framework that excels in single-thread asynchronous I/O and is constantly updating with new features.
This guide is meant to be a resource to understand the multi-threading APIs and provide:
- High-level computer science concepts
- Code examples of node.js API and performance metrics

