Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenlastic/open-platform
The Tenlastic Open Platform is a complete solution for creating a massively multiplayer online game including database hosting, automatic build and release pipelines, matchmaking, and game server hosting.
https://github.com/tenlastic/open-platform
angular client cloud cloudplatform csharp deployment development game gaming google infrastructure javascript kubernetes manager networking nodejs opensource server terraform unity
Last synced: 3 days ago
JSON representation
The Tenlastic Open Platform is a complete solution for creating a massively multiplayer online game including database hosting, automatic build and release pipelines, matchmaking, and game server hosting.
- Host: GitHub
- URL: https://github.com/tenlastic/open-platform
- Owner: tenlastic
- License: mit
- Created: 2019-08-14T06:37:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T00:18:47.000Z (about 1 month ago)
- Last Synced: 2025-01-11T07:42:49.880Z (19 days ago)
- Topics: angular, client, cloud, cloudplatform, csharp, deployment, development, game, gaming, google, infrastructure, javascript, kubernetes, manager, networking, nodejs, opensource, server, terraform, unity
- Language: TypeScript
- Homepage: https://www.tenlastic.com
- Size: 84.6 MB
- Stars: 22
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Tenlastic Open Platform
## Prerequisites
- **Windows Only**: [Install Windows Subsystem for Linux.](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
## Getting Started
Start a Development container with the following command:
```
# Run container as root.
GROUP_ID="0" USER_ID="0" docker-compose run development-cli# Run container as current user.
GROUP_ID="$(id -g)" USER_ID="$(id -u)" docker-compose run development-cli
```- [Deploy resources to Google Cloud Platform with Deployment Manager and Terraform.](./gcp/README.md)
- [Deploy Kubernetes resources using Kustomize.](./kustomize/README.md)
- [Start Dockerized NodeJS applications locally.](./nodejs/README.md)
- [Start Dockerized Angular applications locally.](./angular/README.md)