Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

ladjs/spdy-or-http2

Repository files navigation

spdy-or-http2

build status code coverage code style styled with prettier made with lass license

Node.js ponyfill for HTTP/2 support (uses native http2 module or falls back to spdy if Node version is < v10.10.0; when http2 is marked as no longer experimental)

Table of Contents

Install

npm:

npm install spdy-or-http2

yarn:

yarn add spdy-or-http2

Usage

const http2 = require('spdy-or-http2');

// ...

Contributors

Name Website
Nick Baugh https://niftylettuce.com

License

MIT © Nick Baugh

About

Node.js ponyfill for HTTP/2 support (uses native http2 module or falls back to spdy)

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published