Skip to content

feat: expose gRPC addr on daemon#561

Merged
achingbrain merged 8 commits intomasterfrom
feat/expose-grpc-addr
Dec 18, 2020
Merged

feat: expose gRPC addr on daemon#561
achingbrain merged 8 commits intomasterfrom
feat/expose-grpc-addr

Conversation

@achingbrain
Copy link
Member

@achingbrain achingbrain commented Nov 5, 2020

Adds a grpcAddr property to IPFS daemon instances that contains the multiaddr of the gPRC websocket server exposed if available.

Adds a `grpcAddr` property to IPFS daemon instances that contains the
multiaddr of the gPRC websocket server exposed if available.
achingbrain added a commit to ipfs/js-ipfs that referenced this pull request Nov 17, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Nov 18, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Nov 18, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Nov 18, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Nov 18, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Nov 20, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Dec 2, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Dec 4, 2020
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 added a commit to ipfs/js-ipfs that referenced this pull request Dec 16, 2020
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 achingbrain marked this pull request as ready for review December 18, 2020 13:55
@achingbrain achingbrain merged commit 1bed9f0 into master Dec 18, 2020
@achingbrain achingbrain deleted the feat/expose-grpc-addr branch December 18, 2020 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant