Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 925 Bytes

Protocols.md

File metadata and controls

25 lines (23 loc) · 925 Bytes

Supported protocols

  • hyper:// Hypercore
    • Able to read from archives
    • Able to resolve dat-dns domains
    • Able to write, create and modify archives
  • dat://
    • Able to read from archives
    • Able to resolve dat-dns domains
    • No DatArchive support.
  • gemini:// Gemini
    • Able to read from gemini servers
    • Render Gemini pages as HTML
    • No certificate management code yet
  • ipfs
    • Able to read from ipfs:// and ipns:// URLs
    • Able to POST data into IPFS
    • Able to PUBLISH an infohash to IPNS
  • BitTorrent
    • Able to read from bittorrent:// URLs
    • Able to redirect magnet: URIs to bittorrent:// URLs
  • EarthStar
  • Pigeon Protocol

PRs for more protocols are welcome.