Files
30-seconds-of-code/glossary/Node-js.md
Angelos Chalaris 3633db70c6 Add Node.js
2018-09-01 12:50:12 +03:00

212 B

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.