Hello,
In summary, what I'm looking for is quite simple:
For the creation of a little game, I would like to find the fastest way to send values (integers) between two Android phones connected via 4g (or 5g)
In this case is it mandatory to go through an intermediate server (node.js seems appropriate)?
Or is there a way to communicate very quickly between two android phones connected via 4g (or 5g) (located in different places - not in the same network)
(it's for a game, so ideally, it would take a latency of a few tenths of a second maximum)
Can you help me?
Thanks very much.
In summary, what I'm looking for is quite simple:
For the creation of a little game, I would like to find the fastest way to send values (integers) between two Android phones connected via 4g (or 5g)
In this case is it mandatory to go through an intermediate server (node.js seems appropriate)?
Or is there a way to communicate very quickly between two android phones connected via 4g (or 5g) (located in different places - not in the same network)
(it's for a game, so ideally, it would take a latency of a few tenths of a second maximum)
Can you help me?
Thanks very much.