Hello there,
We are working on a real-time PVP game based on Nakama. Currently we only use the matchmaker with queries to connect players.
We would like to know if there would be any ways to connect users which are looking for the same keyword, for example 2 users looking for an opponent using the keyword “foo1234” would be able to play together.
We know we can’t use the matchmaker for that because there could be multiple server instances. So is there another solution to do this matchmaking ourselves?
Thanks in advance!
Thomas