https://github.com/kajilabteam/xr-project-relay-server
https://github.com/kajilabteam/xr-project-relay-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kajilabteam/xr-project-relay-server
- Owner: kajiLabTeam
- Created: 2024-02-19T14:59:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-12T04:44:29.000Z (over 2 years ago)
- Last Synced: 2024-08-12T10:18:40.095Z (almost 2 years ago)
- Language: Go
- Size: 124 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XR プロジェクトプロキシサーバ
> [!IMPORTANT]
> 予め[外部サービスサービス](https://github.com/kajiLabTeam/xr-project-external-services)を立ち上げてください
>
> 環境変数は[こちらから](https://kjlb.esa.io/posts/5287](https://kjlb.esa.io/posts/5288))確認してください
> [!TIP]
> このサーバは以下のサーバのプロキシサーバです
> - [オブジェクトサーバ](https://github.com/kajiLabTeam/xr-project-object-server)
> - [スポット推定サーバ](https://github.com/kajiLabTeam/xr-project-spot-estimation-server)
> - [エリア推定サーバ](https://github.com/kajiLabTeam/xr-project-area-estimation-server)
> - [認証サーバ](https://github.com/kajiLabTeam/xr-project-application-authentication-server)
> - [外部サービスサービス](https://github.com/kajiLabTeam/xr-project-external-services)
## 実行方法
### サーバの実行
```bash
go run main.go
```