top | item 21466586

(no title)

rayvy | 6 years ago

P2P is for decentralization. Why would a centralized entity want to implement a decentralized service when they can create a centralized version of that same service faster, easier, and cheaper?

P2P is _hard_ with a capital H.

discuss

order

pizzaparty2|6 years ago

Why hard?

On server maintain list of ips. Serve ip to the client-peer. If the connection gets spotty replace it or use direct connection to your server. All State exists on your server. Caching may be an anti-pattern depending.

What's so hard?

madamelic|6 years ago

That's just overly complicated centralization.

Decentralization is allowing peers to find and negotiate their own connections and demoting your servers to a very powerful peer.

rayvy|6 years ago

That's cute ;)