Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
1–10 of 16 posts
Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#2Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#3Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#4Is it actually peer to peer? Based on your website's working, it looks like you send messages between two people, but use your servers to do so, which isn't exactly P2P in the traditional sense (ie. BitTorrent, etc).
Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#5Ayo here, from Hipmob. We released this peer-to-peer chat on top of the same SDK that runs our live support chat product which powers thousands of monthly conversations. This makes it drop dead easy to let your users talk to each other, and enables image & audio sharing in chat. Happy to answer any questions directly and more features are coming soon - ping me at ayo (at) hipmob dot com.
Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#6Is it actually peer to peer? Based on your website's working, it looks like you send messages between two people, but use your servers to do so, which isn't exactly P2P in the traditional sense (ie. BitTorrent, etc).
You're correct - it's not network peer to peer. We route all messages through a server, which allows us do things like async messages (storing messages sent while users are away). To the user, it just looks like p2p though - exchanging messages with one another.
Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#7If it is being used this way, that's a shame. Because peer-to-peer is really a goal worth working toward. It's the way the internet was supposed to work.
Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#8Earlier quoted context omitted.
You're correct - it's not network peer to peer. We route all messages through a server, which allows us do things like async messages (storing messages sent while users are away). To the user, it just looks like p2p though - exchanging messages with one another.
I came here because I had the same question regarding P2P. Definitely confusing. I might look into changing your branding around "peer to peer". More like "one to one".
Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#9If there's a third party doing store and forward or even just forwarding traffic, it is not "p2p". At least, not as I understand what p2p means. So any service that purports to be peer-to-peer ("p2p") should be able to show you exactly how the data moves from one peer to another to prove that the system is truly peer-to-peer. And they should do that without asking. If they won't show you this, I would be very skeptic…
Re: Show HN: Easily add peer-to-peer chat to your iPhone/Android app (from Hipmob)
#10Ayo here, from Hipmob. We released this peer-to-peer chat on top of the same SDK that runs our live support chat product which powers thousands of monthly conversations. This makes it drop dead easy to let your users talk to each other, and enables image & audio sharing in chat. Happy to answer any questions directly and more features are coming soon - ping me at ayo (at) hipmob dot com.
Okay, I'll bite. Are your chats secured and if so using what standards? There was a good discussion about Whatsapp regarding this last week.
We don't read or use any UDIDs, IMEI values or other handset specific information for authentication: we generate our own identifiers (and allow the developer to specify one if they choose). There are some conveniences you give up if you don't use handset specific info, but we can work around those and it makes sleeping at night a lot easier.