https://github.com/deebloo/streaming-hacker-news
https://github.com/deebloo/streaming-hacker-news
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deebloo/streaming-hacker-news
- Owner: deebloo
- Created: 2025-01-27T20:35:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T16:44:05.000Z (over 1 year ago)
- Last Synced: 2025-07-27T08:46:39.631Z (12 months ago)
- Language: Liquid
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```