An open API service indexing awesome lists of open source software.

https://github.com/victorb/ipfs-api-pubsub-ruby-example

Example with Ruby using go-ipfs HTTP API for pubsub
https://github.com/victorb/ipfs-api-pubsub-ruby-example

Last synced: 19 days ago
JSON representation

Example with Ruby using go-ipfs HTTP API for pubsub

Awesome Lists containing this project

README

          

# ipfs-api-pubsub-ruby-example

## Usage

Start daemon with `ipfs daemon --enable-pubsub-experiment`

Run `ruby receive-message.rb` in one terminal

Run `ruby send-message.rb` in another terminal

# License

MIT 2017 - Victor Bjelkholm