TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How we built a P2P file sharing network from scratch

145 点作者 grailed将近 6 年前

9 条评论

grailed将近 6 年前
This article outlines how three engineers built a p2p file sharing network from scratch, and what they learned along the way.<p>It&#x27;s a great high level primer if you&#x27;re curious about how distributed hash tables or sharding works.
评论 #20631679 未加载
mav3rick将近 6 年前
Absolutely amazing article. Where can I get work like this where I get to design distributed systems from scratch ?
cdbattags将近 6 年前
someone should add &quot;2017&quot; somewhere to this
评论 #20634288 未加载
MuffinFlavored将近 6 年前
Is it P2P but not decentralized because clients get metadata from supernode1.xorro-p2p.com?
评论 #20636038 未加载
vector_spaces将近 6 年前
I&#x27;m working through the first set of Cryptopals so I appreciate the discussion of XOR distance here. Wondered if xorro referred to the XOR operation, now I know. Thanks for sharing
kingludite将近 6 年前
distributed != decentralized
评论 #20634138 未加载
K2L8M11N2将近 6 年前
Why use SHA1 if you’re building it from scratch?
chrisjarvis将近 6 年前
this is so interesting thanks for writing about it. I also want to do something in this space and this is a great resource.
pictur将近 6 年前
Great article