Hacker News new | ask | show | jobs
by aaomidi 1259 days ago
This is also why NodeJS got so popular. Concurrent programming is made so damned easy in it, that of course it blew up in popularity.

Most folks just need concurrent code, not parallel code. NodeJS was able to provide that.