Y
Hacker News
new
|
ask
|
show
|
jobs
by
ninjay
4836 days ago
I always thought it would be cool to do distributed cache in browsers with this technology. It would be like an organic CDN, automatically making the internet faster.
3 comments
jychang
4836 days ago
Might want to check this out:
https://github.com/PeerKit/peercdn
It's written with PeerJS, by one of the other creators of PeerJS, same as OP.
link
DanielRapp
4836 days ago
Looks neat, do you know if they're planning on open sourcing the server implementation as well?
link
DanielRapp
4836 days ago
That's precisely what I'm building
https://github.com/DanielRapp/peerbalanced
;)
link
JulianMorrison
4836 days ago
Cache poisoning with spam in 3, 2, 1...
link
It's written with PeerJS, by one of the other creators of PeerJS, same as OP.