ipfs/kubo

Expose PubSub over gRPC

Open

#8,602 创建于 2021年12月9日

在 GitHub 查看
 (8 评论) (2 反应) (0 负责人)Go (2,725 fork)batch import
P3exp/intermediatehelp wantedkind/feature

仓库指标

Star
 (13,906 star)
PR 合并指标
 (平均合并 4天 2小时) (30 天内合并 28 个 PR)

描述

Checklist

  • My issue is specific & actionable.
  • I am not suggesting a protocol enhancement.
  • I have searched on the issue tracker for my issue.

Description

Currently, the HTTP API for PubSub is less than ideal. The fact that you have to send an HTTP GET request to publish something and listen to a stream to subscribe to something is clunky (and slow!), and is exactly what gRPC is meant to solve! I suggest that a new endpoint be added that exposes PubSub using gRPC.

贡献者指南