aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/routers/index.html
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-20 23:51:49 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-10-29 00:39:22 +0900
commit42eef04794b90e342481b88ee1862f24c0ac9c0f (patch)
tree826aefabd029ff79fbe2b2c7899049985a1a99de /files/ja/glossary/routers/index.html
parent9749e50c663f857a7eaf84e9f197b1d8a2ff7e99 (diff)
downloadtranslated-content-42eef04794b90e342481b88ee1862f24c0ac9c0f.tar.gz
translated-content-42eef04794b90e342481b88ee1862f24c0ac9c0f.tar.bz2
translated-content-42eef04794b90e342481b88ee1862f24c0ac9c0f.zip
20211020-Glossary-1
Diffstat (limited to 'files/ja/glossary/routers/index.html')
-rw-r--r--files/ja/glossary/routers/index.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/files/ja/glossary/routers/index.html b/files/ja/glossary/routers/index.html
deleted file mode 100644
index 1c3ae5a11a..0000000000
--- a/files/ja/glossary/routers/index.html
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: ルーター
-slug: Glossary/routers
-translation_of: Glossary/routers
-original_slug: Glossary/ルーター
----
-<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>