vyder / local-coordinator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hathora Local Coordinator

Local coordinator for offline development of Hathora applications.

Note: while this local coordinator is perflectly suitable for local development, it is missing several key features of the cloud coordinator and is not meant for production use

How to use

Setup

Generate certs using mkcert:

mkcert -install
mkcert localhost

Install dependencies:

npm install

Run

Start the coordinator process:

node --loader ts-node/esm coordinator.ts

About


Languages

Language:TypeScript 100.0%