https://github.com/deebloo/streaming-dashboard
https://github.com/deebloo/streaming-dashboard
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deebloo/streaming-dashboard
- Owner: deebloo
- Created: 2025-01-28T15:52:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T22:27:27.000Z (about 1 year ago)
- Last Synced: 2025-04-12T00:52:58.131Z (about 1 year ago)
- Language: Liquid
- Size: 36.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streaming Hacker News
This repo demonstrates a hacker news reader using streaming HTML. Templating is handled with liquidjs and the card itself is a web component.
NOTE: nothing is optimized, this is only to demonstrate streaming.
```sh
npm run dev --watch
```