Damien Hampton
DH7

DH7

Follow
homebadges
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Running CPU heavy tasks on Node.js

Apr 17, 20204 min read

TL;DR You can offload CPU intensive code using Node’s worker threads module. A demo app of the effect of this can be found here. I thought I...

Running CPU heavy tasks on Node.js