Echo JS 0.11.0

<~>

MaxArt comments

MaxArt 2980 days ago. link 1 point
I can't even say I'm fluent in English as it's not even my mother language, but if I'm seeking for news in English is because I unederstand them. If this board gets polluted by stuff in other languages, it would get harder for me to find intresting stuff.

And yes, that rule *has* been applied here, and honestly I don't know why this news is still up.
MaxArt 2984 days ago. link 1 point
It just doesn't belong here.
It's explicitely stated in the About page: "English content only"
MaxArt 2985 days ago. link 1 point
This place is great for JavaScript related news, but why doesn't it work on top of Node.js? That would make everything deliciusly complete...
MaxArt 2986 days ago. link 2 points
This has already been posted *and* deleted, it has nothing to do with JavaScrpt. Stop posting it.
MaxArt 2986 days ago. link 1 point
"Immediate-execution is a side-effect"

How can a well-defined core behavior be considered a "side effect"?
I might concede that merily passing a function to a constructor isn't usually expected to imply that such function is immediately called (it's also why the "deferred paradigm" is usually preferred), but that's how it is.

Anyway, synchronous code can always be made asynchronous, but not the other way around (unless you're counting await as a way). The main point of promises is their resolution/rejection always happening as the next micro-task, even if they're called synchronously.
MaxArt 2989 days ago. link 5 points
If OP is asking here, maybe it's because they need an opinionated answer, don't you think?
MaxArt 2993 days ago. link 1 point
Ha! I wasn't expecting that.
Entertainig, although borderline useless trivia.
MaxArt 2994 days ago. link 2 points
Honestly, the title is terribly clickbaity and OP should feel bad. Especially because it looks like a well estabilished library with 3.8k stars that doesn't need it.

But that makes me wonder: is Socket.IO so slow that can actually hurt performance in a "normal" use case? And when does it hurt?
[more]