|
|
|
|
|
by hombre_fatal
2213 days ago
|
|
It's more about the concurrency abstractions available. And half the joy of writing async code in JS is that it's single-threaded. Doing many things at the same is inherent to doing networked stuff. How ergonomic that is going to be is one of the only real things that sets languages apart. |
|