Hacker News new | ask | show | jobs
by sethladd 4424 days ago
Ah, you mean "server side". Gotcha. Yes, building for the server is easier because you have a single runtime to target. In the case of Node, it's V8. In the case of Dart, it's Dart VM on the server.
1 comments

So what's Dart vs ES6?