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

https://github.com/fjord-framework/client

Example of a client-side page a Fjord user might serve from their server
https://github.com/fjord-framework/client

api-proxy aws kafka real-time sse

Last synced: 11 months ago
JSON representation

Example of a client-side page a Fjord user might serve from their server

Awesome Lists containing this project

README

          



# Test Client
This repository contains a demo `HTML` file you can use to create a new `EventSource` object to stream data from Fjord.

## Prerequisistes
1. Application Load Balancer URL
2. Kafka Topic you will be listening for
3. UserID
4. JWT Token (if being used)

## Steps
1. Open the HTML file and fill the respective lines with your information.
2. Update line `66` to process incoming data as desired.

That's it! As data becomes available, your page will automatically render the data.