diff --git a/glossary/Node-js.md b/glossary/Node-js.md new file mode 100644 index 000000000..e45f7efcb --- /dev/null +++ b/glossary/Node-js.md @@ -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.