Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

feat: add grpc server and client #3403

Merged
merged 4 commits into from
Dec 18, 2020
Merged

Commits on Dec 16, 2020

  1. feat: add grpc server and client

    Adds a server running a gRPC endpoint over websockets, a client to access the server and a `ipfs-client` module that uses the gRPC client with HTTP fallback.
    
    So far only supports `ipfs.addAll` but the idea is to implement all streaming methods over websockets instead of HTTP, to give us bidirectional streaming and errors that work in the browser.
    
    Fixes:
    
    Depends on:
    
    - [ ] ipfs/js-ipfsd-ctl#561
    achingbrain committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    56ddfaa View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    ed9f4bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02c14b2 View commit details
    Browse the repository at this point in the history
  3. chore: remove gh urls

    achingbrain committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    813f6e3 View commit details
    Browse the repository at this point in the history