diff options
Diffstat (limited to 'files/ko/glossary/node.js/index.html')
-rw-r--r-- | files/ko/glossary/node.js/index.html | 29 |
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> |