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
- Host: GitHub
- URL: https://github.com/fjord-framework/client
- Owner: fjord-framework
- License: mit
- Created: 2021-08-04T17:19:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T14:10:21.000Z (over 4 years ago)
- Last Synced: 2025-01-20T19:16:03.618Z (about 1 year ago)
- Topics: api-proxy, aws, kafka, real-time, sse
- Language: HTML
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.