Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/risingstack/http2-push-example
HTTP/2 Push example
https://github.com/risingstack/http2-push-example
http2 http2-push nodejs
Last synced: 3 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T00:19:25.000Z (over 5 years ago)
- Last Synced: 2024-04-17T01:49:43.565Z (7 months ago)
- Topics: http2, http2-push, nodejs
- Language: JavaScript
- Size: 320 KB
- Stars: 128
- Watchers: 14
- 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
![HTTP/2 push](/network.png)