Use cases for Node workers Blog

added by JavaScript Kicks
10/2/2019 7:29:29 AM

1547 Views

In the past, Node.js was often not an option when building applications that require CPU intensive computation. This is due to its non-blocking, event-driven I/O architecture. With the advent of thread workers in Node.js, it is possible to use it for CPU intensive applications.


0 comments