issues
search
ARK-Builders
/
website
Home of ARK Builders in the Web: www.ark-builders.dev
MIT License
0
stars
0
forks
source link
Blog: P2P connectivity library
#15
Open
kirillt
opened
1 year ago
kirillt
commented
1 year ago
We need a blog post answering these questions:
What problem are we trying to solve with our
P2P lib
?
What technical challenges do we have to overcome to solve it?
What options did we evaluate?
What main tradeoffs did we consider?
What did we choose in the end, and how will we move forward?
Preliminary answers:
Direct communication between any two users and/or devices.
Scalable solution requires hole-punching as relay servers don't scale.
a. Using LibP2P. b. Using WebRTC. c. Adapting Syncthing or Nebula. d. Writing custom code.
We need a blog post answering these questions:
Preliminary answers: