aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/node.js/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/glossary/node.js/index.html')
-rw-r--r--files/es/glossary/node.js/index.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/files/es/glossary/node.js/index.html b/files/es/glossary/node.js/index.html
new file mode 100644
index 0000000000..6e657100ac
--- /dev/null
+++ b/files/es/glossary/node.js/index.html
@@ -0,0 +1,27 @@
+---
+title: Node.js
+slug: Glossary/Node.js
+tags:
+ - Glosario
+ - Infraestructura
+ - JavaScript
+ - node.js
+translation_of: Glossary/Node.js
+---
+<p>Node.js es un entorno de ejecucion multiplataforma en {{Glossary("JavaScript")}} que permite a los desarrolladores construir aplicaciones del lado del servidor y de red con JavaScript.</p>
+
+<h2 id="Saber_más">Saber más</h2>
+
+<p><span style="">Conocimientos generales</span></p>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Node.js")}} en Wikipedia</li>
+ <li><a href="https://nodejs.org/">Sitio web de</a> <a href="https://nodejs.org/">Node.js</a></li>
+</ul>
+
+<h3 id="Información_técnica">Información técnica</h3>
+
+<ul>
+ <li><a href="https://nodejs.org/api/">Documentacion de referencia de la API</a></li>
+ <li><a href="https://nodejs.org/documentation/tutorials/">Tutoriales</a></li>
+</ul>