Answer the question
In order to leave comments, you need to log in
Won't WebAssembly kill node.js?
Hello. Now webassembly is under development, that is, in two or three years, everyone, apparently, will write on the client using it. Won't this nullify the usefulness of all JS and the node in particular?
I write on node. And somehow scary
Answer the question
In order to leave comments, you need to log in
As already mentioned, WebAssembly is the ability to use optimized bytecode for performance-critical areas. And, unexpectedly, this can lead to an even greater distribution of the node, because as part of the implementation of the standard, this feature will be written down directly into v8, from where it migrates to the node, which will allow using WebAssembly on the server, replacing it with node-gyp in some places, which is not always correct in terms of cross-platform.
Нет. Вы путаете клиентскую сторону и серверную.
node.js предназначена для работы на сервере. WebAssembly - запуск ресурсоемких приложений на клиенте.
Сейчас в разработке находится webassembly, то есть года через два-три все, видимо, будут писать на клиенте с помощью него.
No.
WebAssembly and node.js are designed for different purposes, and they complement each other very well, not substitutes.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question