J James05 New Member Apr 17, 2021 #1 Hello, Newbie here. Is it possible to make a peer to peer chat applicstion where users exchange messages on different networks? If so, can somebody give me a hint on what libraries & protocols I should use?
Hello, Newbie here. Is it possible to make a peer to peer chat applicstion where users exchange messages on different networks? If so, can somebody give me a hint on what libraries & protocols I should use?
Erel B4X founder Staff member Licensed User Longtime User Apr 18, 2021 #2 The devices need to somehow connect to each other. If they are not in the same network and are not physically close to each other then you will need to use an external internet server. Upvote 0
The devices need to somehow connect to each other. If they are not in the same network and are not physically close to each other then you will need to use an external internet server.
J James05 New Member Apr 18, 2021 #3 Thanks, I will look into it. In your opinion, what is the best database for a cross-platform chat app? Upvote 0
Thanks, I will look into it. In your opinion, what is the best database for a cross-platform chat app?
Erel B4X founder Staff member Licensed User Longtime User Apr 18, 2021 #4 The question is too vague... Upvote 0