Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: ユビキタス言語の整理 #4

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/ubiquitous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# ユビキタス言語

SuteraVRで使用される独自用語についてまとめています。

## Bloom

Clocker/Balancer/Social Serverをひとまとめにしたサーバー単位のことです。
Fediverseでのインスタンスに相当する概念ですが、World-Instanceとの混同を避けるため、Bloomと呼称します。

## Clocker / Clocking Server

エンティティの同期、ステートの保存、ボイスチャットなどのWorld-Instance内の処理全般を行うバックエンドです。

## Balancer / Balancing Server

Clokerに誘導したり、Webやクライアントからの認証に応答するバックエンドです。

## Social Server

フレンドやDMなど、SuteraVRのSNS的側面を担当するバックエンドです。