Setup your environment
Create your Client App
Before starting your project in the Mimiland Platform, you must have a client, Contact us to create a client app, after create you have the client ID and secret key for using Rest API
Application
An application is the top-level namespace for the game server you are developing. For example, if you are developing two games, Sky Dancer and Gun, you would have two corresponding applications for them.
You would also create an application for different environments (i.e. staging, dev, prod) or for major rewrites of your game (e.g. GunV2).
All the entities below are scoped to a particular application.
Deployment
A deployment is used to map a build to an application and represents the configurations for the build at runtime: plan size, environment variables, rooms per process, etc.
Whenever you create a new Client ID, it will use the build and configuration from the latest deployment. Pushing a new deployment doesn't affect existing Client ID in progress and only applies to future rooms, thus providing simple no-downtime upgrades.
Last updated