Files
30-seconds-of-code/glossary/Node-js.md
2019-08-13 11:19:29 +03:00

237 B

title, tags
title tags
Node.js Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js can execute JavaScript code outside of the browser and can be used to develop web backends or standalone applications.