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

https://github.com/streamr-dev/iotex-streamr-poc

Demonstrating creating a stream, publishing, and subscribing flow
https://github.com/streamr-dev/iotex-streamr-poc

Last synced: 14 days ago
JSON representation

Demonstrating creating a stream, publishing, and subscribing flow

Awesome Lists containing this project

README

          

# iotex-streamr-poc

Demonstrating creating a stream, publishing, and subscribing flow

# Running the publisher

```bash
npm run start
```

# Subscribing to the stream

```bash
./subscribe.sh
```