Distribute All The Things - High-level technical presentation of distributed computing patterns for building scale-invariant systems

This presentation (read the presenter notes for context) introduces high-level patterns of distributed computation that are scale-invariant. More interestingly, it provides a number of links and says that all the patterns mentioned have been built in JavaScript. It concludes with a note that WebRTC makes it possible right now.

For those interested in the inner workings of the Kademlia Distributed Hash Table, which powers bittorrent amongst other things, slide 71 and onward are pretty enlightening.

6 Likes

Yes indeed, now we need ‘ProjectSAFE Explained’ in 426 slides :dizzy_face:

Wow! This is a fantastic presentation, even for a not-very-geek like myself. Makes a whole lot of things about distributed systems clearer to me.

Thank.