This repository contains a demo HTML
file you can use to create a new EventSource
object to stream data from Fjord.
- Application Load Balancer URL
- Kafka Topic you will be listening for
- UserID
- JWT Token (if being used)
- Open the HTML file and fill the respective lines with your information.
- Update line
66
to process incoming data as desired.
That's it! As data becomes available, your page will automatically render the data.