http2-pusher
v0.0.7
Published
A mechanism to execute HTTP/2 server push in an organized approach.
Downloads
2
Maintainers
Readme
http2-pusher
A mechanism to execute HTTP/2 server push in an organized approach.
Dependencies
This depends on a request object returned from a server routing mechanism. Currently it's only been tested with the http2 package (NPM).
Installation
$ npm install http2-pusher --save
Example Usage
See a rough example here. It uses the same router Express uses.
Want More?
More documentation, testing and examples coming soon.