aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/node.js
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:17 -0500
commitda78a9e329e272dedb2400b79a3bdeebff387d47 (patch)
treee6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/node.js
parent1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff)
downloadtranslated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2
translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip
initial commit
Diffstat (limited to 'files/ko/glossary/node.js')
-rw-r--r--files/ko/glossary/node.js/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ko/glossary/node.js/index.html b/files/ko/glossary/node.js/index.html
new file mode 100644
index 0000000000..fef01ca0fc
--- /dev/null
+++ b/files/ko/glossary/node.js/index.html
@@ -0,0 +1,29 @@
+---
+title: Node.js
+slug: Glossary/Node.js
+tags:
+ - Glossary
+ - Infrastructure
+ - JavaScript
+ - node.js
+translation_of: Glossary/Node.js
+---
+<div>{{QuickLinksWithSubpages("/ko/docs/Glossary")}}</div>
+
+<p><strong>Node.js</strong>는 개발자가 서버 측과 네트워크 응용 프로그램을 만들 수 있도록 지원하는 크로스 플랫폼 {{Glossary("JavaScript")}} 런타임 환경입니다.</p>
+
+<h2 id="더_알아보기">더 알아보기</h2>
+
+<h3 id="일반_지식">일반 지식</h3>
+
+<ul>
+ <li>위키백과 {{Interwiki("wikipedia", "Node.js")}}</li>
+ <li><a href="https://nodejs.org/">Node.js 웹사이트</a></li>
+</ul>
+
+<h3 id="기술_정보">기술 정보</h3>
+
+<ul>
+ <li><a href="https://nodejs.org/api/">API 참조 문서</a></li>
+ <li><a href="https://nodejs.org/documentation/tutorials/">자습서</a></li>
+</ul>