Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcolemorrison/multiplayer-cloud-client
https://github.com/jcolemorrison/multiplayer-cloud-client
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jcolemorrison/multiplayer-cloud-client
- Owner: jcolemorrison
- Created: 2024-03-12T02:50:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T21:47:11.000Z (8 months ago)
- Last Synced: 2024-04-17T03:52:41.976Z (7 months ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiplayer Cloud Client
```
npm install
npm start
```The client should be accessible at [`http://localhost:1234`](`http://localhost:1234`) by default. Otherwise it will look for an environment variable and host `SERVER_HOST` (sans any protocol) and `SERVER_PORT`.
Requires 6 Repository Secrets to use the Github Action Workflow
1. `GCP_PROJECT_ID` - ID of your GCP project
2. `GCP_SA_KEY` - Full JSON key of the service account used to manage the client site bucket
3. `GCP_URL_MAP_NAME` - Client Site Load Balancer's URL Map name
4. `GCS_BUCKET_NAME` - name of Bucket
5. `SERVER_HOST` - IP of Server Load Balancer or CNAME sans protocol
6. `SERVER_PORT` - Port the Server Load Balancer listens on