(FRONT) FRONT (2016)

Return Multi-threading.

Node.js (Single-threaded with asynchronous I/O):

Browsers (Multi-threading with limitations):

Comparison

Feature Browser Node.js
Main Thread Single, handles UI, JS, DOM Single, driven by event loop
Multi-threading Web Workers Worker Threads (worker_threads module)
Service Workers For offline, push, background sync Not applicable



ES6 context:

Comments ( )
Link to this page: http://www.vb-net.com/JavascriptES6/MultiThreading.htm
< THANKS ME>