This project includes render.yaml for one-click Render provisioning.
- Service type: Web Service (Node)
- Runtime: Node 20
- Plan: Free
- Start command:
npm start - Health check:
/healthz
- Copy your Render service URL (for example:
https://lumina-ascendant-multiplayer.onrender.com). - Point the game frontend to that URL using one of these methods:
- Set
<meta name="lumina-mp-url" content="https://YOUR-SERVICE.onrender.com">inindex.html - Or launch the frontend with query override:
?mp=https://YOUR-SERVICE.onrender.com
- Set
- Render free services can spin down after inactivity.
- WebSocket activity should keep the service active while players are connected.