richardschneider / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
158 stars 52 forks source link

Implement Publish Subscribe API #10

Closed richardschneider closed 6 years ago

richardschneider commented 6 years ago

See https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/PUBSUB.md

Until fully implemented, the code is in the pubsub branch.

richardschneider commented 6 years ago

This is an experimental feature. It is not intended in its current state to be used in a production.

To use the API, the IPFS deamon must be run with --enable-pubsub-experiment.