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

https://github.com/samccone/streaming-css


https://github.com/samccone/streaming-css

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

### An Experiment into Streaming CSS

With http2 and streaming responses in chrome, it is possible to stream CSS from the server.
This is an experiment into what is possible and if it is worth it.

Watch a video introduction here:

https://www.youtube.com/watch?v=0H3-VJO2mOc&feature=youtu.be

#### Starting

```bash
node server.js
```

#### Visit

* For Streaming CSS

`http://localhost:8000/large.html`

* For Vanilla CSS

`http://localhost:8000/slow-large.html`