Hacker News new | ask | show | jobs
by arthurschreiber 5193 days ago
I don't know the Play! framework, but the main difference probably is the use of nonblocking IO in nodejs, in contrast to blocking IO in the example you just have given. (I'm not saying either is better).