WebSocket Gateway Demo
- Setup an Infinyon Cloud cluster by following the Quick Start
- Create a topic named webdemo
$ fluvio topic create webdemo
- Create an access key
$ fluvio cloud access-key create web-demo --topic webdemo
- Start producer with access key from step 3
- Start consumer with access key from step 3
Producer Iframe
The producer demo app runs in a CodePen iframe. It will connect to the WebSocket Gateway and produce (x, y) values of a sine wave to the webdemo topic. This is independent of the consumer charting app and is only interacting with the Fluvio topic via the WebSocket Gateway.
Consumer Iframe
The consumer demo app runs in a CodePen iframe. It will connect to the WebSocket Gateway and consume and chart (x, y) values from the webdemo topic. This is independent of the sine wave producer app and is only interacting with the Fluvio topic via the WebSocket Gateway.
Watch with Fluvio CLI
The data being produced can be simultaneously consumed with the Fluvio CLI.
$ fluvio consume webdemo