2016 will be the year of concurrency on the web

added by JavaScript Kicks
12/28/2015 2:32:24 PM

639 Views

Since 2009 JavaScript programming on the web has a way to write concurrent programs using shared-nothing threads: Web Workers. But beyond some specialized use cases (e.g. Google Photos uses them for running some filters that need a lot of CPU) they haven't seen any mainstream adoption. This will change in 2016.


0 comments