Hacker News new | ask | show | jobs
by fudgefactorfive 1235 days ago
Can you explain how you'd use Webtorrent to synchronize a large dataset that's updated in realtime? If you mean to get a P2P transport wouldn't WebRTC be what you're aiming for?

I'm genuinely curious but isn't Webtorrent just using WebRTC to join a Torrent Swarm? Torrents are fundamentally immutable, the identifier is a static hash of the content of the torrent. That would mean producing a new torrent for each new data point or chunk of data points only to then submit that hash to a WebRTC based connection to again fetch torrent content?

Genuinely curious, I'm interested in how torrent swarms can be used for novell applications.