Concurrency and Node
https://www.fpcomplete.com/blog/2016/12/concurrency-and-node [www.fpcomplete.com]
2016-12-08 18:55
The short version is that despite concurrent IO, JavaScript remains single threaded, limiting computation. Haskell does things differently.