Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1014 Bytes

topic-js-ipfs-infra.md

File metadata and controls

34 lines (25 loc) · 1014 Bytes

JS-IPFS Infrastructure

This poster should cover what it takes to initialize a JS-IPFS node, and connect it to a public P2P network.

Goal

Use whatever resources available to you, in order to come up with a visual representation of the topic that can be projected on to a poster (similar in spirit to the poster description but with whatever creative freedom your group prefers :^)

Questions to Answer

  • How does JS-IPFS establish connections?
    • What technologies (websockets, etc.)
    • How is bootstrapping handled?
  • What limitations are imposed by different environments?
    • browsers, Node.js, Electron, etc.

Topics to consider

  • Same origin policy
  • Websocket & webtrc transports
  • Rendezvous
  • Delegated routing
  • DHT
  • Multiple tabs
  • Storage limits
  • Bundle size
  • Behaviour profiles
  • Preload servers

Where to learn about it