aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/routers/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:07:59 +0100
commit6ef1fa4618e08426b874529619a66adbd3d1fcf0 (patch)
tree890e3e27131be010d82ef957fa68db495006cb0e /files/ja/glossary/routers/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.gz
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.tar.bz2
translated-content-6ef1fa4618e08426b874529619a66adbd3d1fcf0.zip
unslug ja: move
Diffstat (limited to 'files/ja/glossary/routers/index.html')
-rw-r--r--files/ja/glossary/routers/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/files/ja/glossary/routers/index.html b/files/ja/glossary/routers/index.html
new file mode 100644
index 0000000000..0dc24b1122
--- /dev/null
+++ b/files/ja/glossary/routers/index.html
@@ -0,0 +1,29 @@
+---
+title: ルーター
+slug: Glossary/ルーター
+translation_of: Glossary/routers
+---
+<p>Webの世界での<strong>ルーター</strong>には2つの定義があります。</p>
+
+<ol>
+ <li>ネットワーク層にとって、ルーターは{{Glossary('Packet','パケット')}}の行先を決めるネットワーク機器です。</li>
+ <li>アプリケーション層の{{Glossary('SPA','SPA')}} にとって、ルーターは与えられた {{Glossary('URL', 'URL')}} に対してどのようなウェブページを提供するかを決定する{{Glossary('Library','ライブラリー')}}です。</li>
+</ol>
+
+<h2 id="詳細情報">詳細情報</h2>
+
+<h3 id="一般知識">一般知識</h3>
+
+<p>ネットワーク層における文脈 :</p>
+
+<ul>
+ <li>Wikipedia上の {{Interwiki("wikipedia", "ルーター")}}</li>
+</ul>
+
+<p>アプリケーション層の SPA における文脈 (主要なSPAフレームワークのライブラリ) :</p>
+
+<ul>
+ <li><a href="https://angular.io/guide/router">Angular router</a></li>
+ <li><a href="https://reacttraining.com/react-router">React router</a></li>
+ <li><a href="https://router.vuejs.org">Vue router</a></li>
+</ul>