|
|
|
|
|
by echelon
3533 days ago
|
|
"Async all the things" concurrency doesn't matter. Javascript is not going to be faster than Go or Rust, which are increasingly taking over as web backends. (I'm writing stuff in Rust's Iron framework lately.) Or Java, for that matter. I can serve more requests from these languages than "concurrent" Javascript. |
|