|
|
|
|
|
by IanSanders
2291 days ago
|
|
It's not about C++, it's about selecting a more appropriate tool that JS. JS is often used only because the developer knows nothing else. What's even more ridiculous, often JS is not even the easiest route. Serious question, what are reasons to use JS in non-web contexts, apart from developer familiarity? |
|
V8 on the server has a very nice eventloop that's very easy to leverage for high performance while avoiding horrifying overflow issues and fits well for a large majority of web request/response patterns while still offering significant developer speed.