Comment on Ask HN: Why hasn't the JavaScript event loop model scaled horizontally?parentComments−idontwantthis1yCan you point me to what you’re talking about in Deno? That’s really interesting.−wkylegOP1yDeno doesn't implements this differently, it's just an alternative server side run time. It has some better defaults compared to node though−idontwantthis1yOh I thought you meant they were working on horizontal scaling. I think this is very far off from what they are doing. It’s still Javascript, and you can take for granted that it follows the Ecmascript spec even if its runtime is different.
Comments
Can you point me to what you’re talking about in Deno? That’s really interesting.
Deno doesn't implements this differently, it's just an alternative server side run time. It has some better defaults compared to node though
Oh I thought you meant they were working on horizontal scaling. I think this is very far off from what they are doing. It’s still Javascript, and you can take for granted that it follows the Ecmascript spec even if its runtime is different.