-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "chore(textlint): add "ja-space-between-half-and-full-width" (#70
)" This reverts commit e8f3d69.
- Loading branch information
Showing
4 changed files
with
17 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# SuteraがHTTPにこだわる理由 | ||
# Sutera が HTTP にこだわる理由 | ||
|
||
Suteraは管理コストやインフラコストを軽減するため、原則としてペイロードの小さいHTTPを基盤にプロトコルを設計しています。 | ||
Sutera は管理コストやインフラコストを軽減するため、原則としてペイロードの小さい HTTP を基盤にプロトコルを設計しています。 | ||
|
||
独自の通信プロトコルを使用するのはリアルタイム性が必要な最小限の部分のみと定めており、それに従って設計が進められています。(現在は [Clocking-Server](../clocking-server/clocking-server.md) でのみ独自の通信プロトコルを使用) | ||
独自の通信プロトコルを使用するのはリアルタイム性が必要な最小限の部分のみと定めており、それに従って設計が進められています。(現在は [Clocking-Server](../clocking-server/clocking-server.md) でのみ独自の通信プロトコルを使用) | ||
|
||
HTTPにこだわる理由には、次のようなものがあります。 | ||
HTTP にこだわる理由には、次のようなものがあります。 | ||
|
||
- HTTPのみを使用できる代わりに、安価で簡単に構築できるマネージドサービス(クラウドなど)が多く存在する | ||
- HTTPはコストパフォーマンスに優れている | ||
- HTTPは1つのポートで複数のサービス(サーバーなど)を起動できる貴重なプロトコルである | ||
- HTTP のみを使用できる代わりに、安価で簡単に構築できるマネージドサービス(クラウドなど)が多く存在する | ||
- HTTP はコストパフォーマンスに優れている | ||
- HTTP は1つのポートで複数のサービス(サーバーなど)を起動できる貴重なプロトコルである | ||
|
||
## HTTPがもたらす、Suteraへの影響 | ||
## HTTP がもたらす、Sutera への影響 | ||
|
||
また、上記の利点により結果的に、Bloom管理者がサーバーを立てやすくするなるという恩恵もあります。 | ||
また、上記の利点により結果的に、Bloom 管理者がサーバーを立てやすくするなるという恩恵もあります。 | ||
|
||
これにより、Bloom管理者はBloomをより簡単に建てることができるようになり、よりアクティブなBloomが増えることによってSuteraネットワーク全体の安定性を高めることができます。 | ||
これにより、Bloom 管理者は Bloom をより簡単に建てることができるようになり、よりアクティブな Bloom が増えることによって Suteraネットワーク全体の安定性を高めることができます。 | ||
|
||
Suteraはネットワークの安定性を高めるためにもサーバーを建てやすくする必要があると考えています。 | ||
Sutera はネットワークの安定性を高めるためにもサーバーを建てやすくする必要があると考えています。 | ||
|
||
これによって、Suteraでは原則としてHTTPを基盤とし、必要な部分のみを独自の通信プロトコルで実装するという決定をしています。 | ||
これによって、Sutera では原則として HTTP を基盤とし、必要な部分のみを独自の通信プロトコルで実装するという決定をしています。 |