Common Questions
What is the Mimiland created for?
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.
What types of games does Mimiland host?
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
How does Mimiland help my game scale globally?
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 pricing is usage-based, which means you only pay when players are actually playing your game.
How to handle APIs with different domains under the same project?
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.
I need help with creating and configuring my game by using the Mimiland platform. Do you offer support?
Yes, we do! Please reach out to us via email . We'll be happy to help.
How to handle the auth state ?
View documentation for auth state here.
How does Mimiland reduce latency?
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