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)
npm:
npm install spdy-or-http2yarn:
yarn add spdy-or-http2const http2 = require('spdy-or-http2');
// ...| Name | Website |
|---|---|
| Nick Baugh | https://niftylettuce.com |