Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)