We know that Chrome and node.js runs on the same V8 javascript engine. My understanding:
- Chrome should be slow, it not only handled the execution but also does extra UI work
- node.js should be fast, it has no extra UI work
So, was comparing simple speed test for node.js's V8 javascript
With Chrome's V8
Why is node.js so slower than Chrome?
Aucun commentaire:
Enregistrer un commentaire