📄️ Deploying on Hathora Cloud
This guide is intended to walk you through how to deploy a game on Hathora Cloud, dynamically provision compute for a room, and connect to it -- all in under 15 minutes.
📄️ Generate Hathora Developer Token
Certain API calls require you to have a Hathora developer token. Examples: creating a room, application, or deployment.
📄️ Creating a Dockerfile
Hathora Cloud utilizes Docker, which is a technology that allows you to package your server project in a portable way so that it can be run in any Linux environment.
📄️ Environment Variables