Common Questions
Last updated
Last updated
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.
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
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 is usage-based, which means you only pay when players are actually playing your game.
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.
Yes, we do! Please reach out to us . We'll be happy to help.
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.