Add Node.js

This commit is contained in:
Angelos Chalaris
2018-09-01 12:50:12 +03:00
parent 9ff410e1b4
commit 9c441c2f39

4
glossary/Node-js.md Normal file
View File

@ -0,0 +1,4 @@
### 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.