ios - Peer to Peer Communication without Server in iPhone -


is there way communicate between 2 devices or application browser of other devices without having server in middle?

if explain, want share data between iphone application , browser of desktop, tried httpserver, & played websocket too, in these case server plays important role in between. if somehow exchange data between 2 peers ip address, port number, possible communicate between 2 devices using wi-fi channel without having server in middle?

the way, right have implemented.

enter image description here

the way, looking for.

enter image description here

i came across http://www.freedomjs.org/ suppose provide p2p functionality in browser.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -