Can you have multiple js runtime entrypoints as well as go entrypoints on one instance?

Hi! I wanted to have multiple games on one instance of Nakama, but it appeared as that I can only set one entrypoint in local.yml.

1 Like

Hello @RickCastle2018, you can only have a single entrypoint for Go and JS but you can mix both.

Within each of the runtimes you can define multiple match handlers with different logic.

This being said, Nakama is really designed to run a single game per instance so this approach is not recommended for production, your mileage may vary.

Best.

1 Like