This guide assumes that you have completed the Quickstart guide and have World CLI installed. If you have not, please complete that guide first.

Run Cardinal + Nakama

To run your Cardinal game shard together with Nakama, you need to run the following command:

world cardinal start

When integrating using Nakama, do not use world cardinal dev. This command will run Cardinal game shard without Nakama.

By default, Nakama’s http port will be running on 7350. This will be the port that your game client will need to connect to for integration.

Install Nakama Client Library

To install the Nakama client library, you can consult the official documentation.

For your convenience, we have listed the most popular client libraries below:

If you are using a different game engine/programming language, you can find the full list of client libraries here.