@tenlastic/rabbitmq-models

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.


Keywords
angular, client, cloud, cloudplatform, csharp, deployment, development, game, gaming, google, infrastructure, javascript, kubernetes, manager, networking, nodejs, opensource, server, terraform, unity
License
ISC
Install
npm install @tenlastic/rabbitmq-models@0.0.129

Documentation

The Tenlastic Open Platform

Prerequisites

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