JavaScript-heavy approaches are not compatible with long-term performance goals

https://lemmy.bestiver.se/post/930284

JavaScript-heavy approaches are not compatible with long-term performance goals - Lemmy: Bestiverse

Comments [https://news.ycombinator.com/item?id=47029339]

Blanet statements like this are always wrong. Architecture needs to be a result of finding the correct solutions to problems. For instance, if you’re building a browser game you don’t want to be using the server side for rendering.