Hi everyone,
I’m writing a proxy that sits between the client and the server,
and I want to use only Nakama’s matchmaking feature.
I plan to create matches and perform related actions via HTTP requests.
Which package should I use for this, so I can call RPCs like match creation and others?
Hello @Ma-salsa,
We offer a number of official SDKs: Client Libraries - Heroic Labs Documentation
Otherwise you can just use plain RES: nakama/apigrpc/apigrpc.swagger.json at v3.26.0 · heroiclabs/nakama · GitHub.
Best.