Hacker News new | ask | show | jobs
by meryn 4479 days ago
Thanks for explaining difference between concurrency and parallelism so clearly! I'll remember this.

I of course realize that Node doesn't truly handle things in parallel. It's a single thread, after all.