diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/hu/glossary/node.js | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/hu/glossary/node.js')
-rw-r--r-- | files/hu/glossary/node.js/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/hu/glossary/node.js/index.html b/files/hu/glossary/node.js/index.html new file mode 100644 index 0000000000..d886cbd416 --- /dev/null +++ b/files/hu/glossary/node.js/index.html @@ -0,0 +1,24 @@ +--- +title: Node.js +slug: Glossary/Node.js +translation_of: Glossary/Node.js +--- +<p>A Node.js egy többplatformú {{Glossary("JavaScript")}} futási környezet melynek segítségével szerveroldali és hálózati alkalmazásokat fejleszthetünk JavaScriptben.</p> + +<h2 id="Tudjon_meg_többet">Tudjon meg többet</h2> + +<h3 id="Általános_Ismeretek">Általános Ismeretek</h3> + +<ul> + <li>{{Interwiki("wikipedia", "Node.js")}} a Wikipédián</li> + <li><a href="https://nodejs.org/">Node.js weboldala (angol)</a></li> +</ul> + +<h3 id="Technical_information">Technical information</h3> + +<ul> + <li><a href="https://nodejs.org/api/">API referencia dokumentáció</a></li> + <li><a href="https://nodejs.org/documentation/tutorials/">Útmutatók</a></li> +</ul> + +<div>{{QuickLinksWithSubpages("/hu-HU/docs/Glossary")}}</div> |