Parallel JavaScript with ParallelJS – SitePoint / / No Comments SitePoint Parallel JavaScript with ParallelJSSitePointBy its own construction, JavaScript is executed in a single thread mediated by an event loop (usually following the reactor pattern). For example, this gives us some nice abstraction for handling asynchronous requests to (external) resources. It also … JavaScript – Google News… more → Posted in: JavaScript Tagged with: JavaScript, Parallel, ParallelJS, SitePoint