https://github.com/donejs/donejs-streaming-test-comparison
https://github.com/donejs/donejs-streaming-test-comparison
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donejs/donejs-streaming-test-comparison
- Owner: donejs
- License: mit
- Created: 2017-05-10T14:18:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:46:27.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T22:28:55.084Z (5 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# HTTP2 Streaming Strategies
This project demos a couple of methods for utilizing HTTP2 PUSH. One is a traditional single page JavaScript application that uses HTTP2 PUSH to push the client JavaScript and the API data stream (simulating a streaming database layer) all to the client at once. The other is a specialized "incremental rendering" approach that sends rendering instructions to the client which then applies them as they arrive. Read more in the [blog article](https://www.bitovi.com/blog/utilizing-http2-push-in-a-single-page-application) on this experiment.