https://github.com/samccone/streaming-css
https://github.com/samccone/streaming-css
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/streaming-css
- Owner: samccone
- Created: 2015-06-03T02:51:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T02:57:50.000Z (about 11 years ago)
- Last Synced: 2025-01-28T10:48:53.278Z (over 1 year ago)
- Language: HTML
- Homepage: https://www.youtube.com/watch?v=0H3-VJO2mOc
- Size: 313 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`