Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kricsleo/demo-html-stream
Demo for how html stream works.
https://github.com/kricsleo/demo-html-stream
Last synced: 24 days ago
JSON representation
Demo for how html stream works.
- Host: GitHub
- URL: https://github.com/kricsleo/demo-html-stream
- Owner: kricsleo
- License: mit
- Created: 2023-07-20T08:28:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-20T09:30:36.000Z (over 1 year ago)
- Last Synced: 2023-07-20T09:39:49.508Z (over 1 year ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# demo-html-stream
Demo for how html stream works.> Browser renders incomplete html content by automatically close tags when streaming,
> and rerenders when received rest content.
## Usage
Clone this repo to local, then run:
```bash
pnpm inpm run start
```