logoalt Hacker News

dartoslast Thursday at 2:01 AM1 replyview on HN

For one, NodeJS doesn’t have concurrency. It’s a single threaded event loop.


Replies

CharlieDigitallast Thursday at 2:37 AM

It has concurrency with Promise; it doesn't have parallelism.

show 2 replies