#How to Set up a Relay To Grab From a Global Database
21 messages · Page 1 of 1 (latest)
was thinking about Firebase, but what You You Recommend I am just trying to have a global List of strings.
This question is a bit confusing, can we break it down real quickly?
You want to setup p2p multiplayer with a relay server
Without steam
yes
But you want "friendCodes"
correct
I already have some backend just need a way to store a list of strings globally from server to reference to communicate to the clients
What are these friendCodes to be exact
Are they like ids for friend invites or joining lobbies etc?
they are strings
So these are like lobbies yes?
ok the friendCode is like this for example: 123M
not lobbies
I am using lobbies so the host can Host them.
do I need to use a Json or Do I need to use Firebase
You could use a json on a database that clients can request
or Do I need a WebSocket Server