https://github.com/risingstack/http2-push-example
HTTP/2 Push example
https://github.com/risingstack/http2-push-example
http2 http2-push nodejs
Last synced: 7 months ago
JSON representation
HTTP/2 Push example
- Host: GitHub
- URL: https://github.com/risingstack/http2-push-example
- Owner: RisingStack
- Created: 2017-08-16T14:37:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T00:19:25.000Z (almost 7 years ago)
- Last Synced: 2025-04-12T17:48:35.207Z (11 months ago)
- Topics: http2, http2-push, nodejs
- Language: JavaScript
- Size: 320 KB
- Stars: 129
- Watchers: 13
- Forks: 35
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# http2-push-example
Blog post: [HTTP/2 Server Push with Node.js](https://blog.risingstack.com/node-js-http-2-push)
## Requirements
- Node.js >= 8.4.0
## Run
```sh
npm start
```
or
```sh
node --expose-http2 index.js
```
Open: https://localhost:3000
## Result
