Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 i

npm run start
```