Video details

NodeJS: from single thread to worker threads | Sebastian Curland

NodeJS
02.20.2012
English

Sebastian Curland

If Node.js has an Achilles heel that would be running cpu-intensive tasks. Well, at least that was before the worker_threads module landed in Node 10 and evolved to become the stable API that we have today.
In this session Sebastian goes over the alternatives that he had to run cpu-intensive code before worker threads and he will cover the new API and what makes it special.