How to use client and server-side JavaScript web workers
JavaScript applications run on a single processing thread: a program can do one thing at a time. In simpler terms, a server with a 16-core CPU runs code on one core while 15 are idle.
Single threads avoid complex concurrency situations. What would ha...
blog.craigbuckler.com13 min read