ipfs/kubo

Expose PubSub over gRPC

Open

#8,602 opened on 2021年12月9日

GitHub で見る
 (8 comments) (2 reactions) (0 assignees)Go (2,725 forks)batch import
P3exp/intermediatehelp wantedkind/feature

Repository metrics

Stars
 (13,906 stars)
PR merge metrics
 (平均マージ 4d 2h) (30d で 28 merged PRs)

説明

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.

コントリビューターガイド