How do we implement global game chat for lobby specifically for android game?
Like in pubg mobile where we connect to our lobby and can access to global game chat where we receive message from 100s of people simultaneously for mobile.
How do we achieve this for android game? Should I make socket connections using backend language like Node js or there is support for this in unreal online subsystem/ Epic online services for android/IOS?