Common Questions

chevron-rightWhat is the Mimiland created for?hashtag

Mimiland is built for anyone making a client-server multiplayer game. Hathora simplifies the development process by providing production-ready infrastructure and scaling.

Whether you are with a large AAA studio, a small indie team, or even a solo hobbyist, Hathora will help your multiplayer game succeed.

Mimiland allows easy integration with your existing game, you just need to containerize your server code.

chevron-rightWhat types of games does Mimiland host?hashtag

Mimiland will work for any multiplayer games that have a client-server architecture and are match-based.

Here's a list of some popular game types that we support:

  • Survival game

  • MOBA

  • Real-Time Strategy (RTS)

  • Turn-based

  • Card games (Minigame in Mimiland metaverse)

  • Fight games

  • Co-op adventure games and platformers

chevron-rightHow does Mimiland help my game scale globally?hashtag

With Mimiland, deploying a global game has never been easier. All you need to do is give us your server code, we will automatically distribute it across all our regions. Then when you or your matchmaker request a CientId, Mimiland will allocate it to an existing process if it has capacity or spin up new instances as needed.

Because of our serverless architecture, your game will be immediately available across all our global regions - with no additional cost per region. Our pricingarrow-up-right is usage-based, which means you only pay when players are actually playing your game.

chevron-rightHow to handle APIs with different domains under the same project?hashtag
  • Method 1:

    Create different services in the environment and set different base URLs for them correspondingly. The API group and API dimension can be associated with a certain base URL. We recommend this method.

  • Method 2:

    Set URL as an environment variable, such as DOMAIN_1. Write the API path as https:///users. When the API paths start with http:// or https://, the system will automatically ignore the base URL.

  • Method 3:

    Set different environments for different domains, and run APIs under different domains by switching the environment. We do not recommend this solution.

chevron-rightI need help with creating and configuring my game by using the Mimiland platform. Do you offer support?hashtag

Yes, we do! Please reach out to us via emailenvelope . We'll be happy to help.

chevron-rightHow to handle the auth state ?hashtag

View documentation for auth state here.

chevron-rightHow does Mimiland reduce latency?hashtag

Mimiland does two things to reduce latency:

  • Optimal server placement near players

  • Traffic routing through a private backbone

Mimiland reduces the distance your server packets travel and routes traffic through our premium edge network, delivering low-latency experiences for your players.

Last updated