{"id":15010590,"url":"https://github.com/nodejs/http2","last_synced_at":"2025-10-03T20:31:31.945Z","repository":{"id":65977047,"uuid":"65843742","full_name":"nodejs/http2","owner":"nodejs","description":"Working on an HTTP/2 implementation for Node.js Core","archived":true,"fork":false,"pushed_at":"2017-08-04T17:20:41.000Z","size":202082,"stargazers_count":517,"open_issues_count":3,"forks_count":58,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-09-24T18:27:33.604Z","etag":null,"topics":["node","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodejs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-16T18:23:26.000Z","updated_at":"2025-08-11T06:25:19.000Z","dependencies_parsed_at":"2023-02-19T18:31:33.874Z","dependency_job_id":null,"html_url":"https://github.com/nodejs/http2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nodejs/http2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fhttp2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fhttp2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fhttp2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fhttp2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodejs","download_url":"https://codeload.github.com/nodejs/http2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodejs%2Fhttp2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278222719,"owners_count":25951086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["node","nodejs"],"created_at":"2024-09-24T19:34:53.886Z","updated_at":"2025-10-03T20:31:26.938Z","avatar_url":"https://github.com/nodejs.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nodejs.org/\"\u003e\n    \u003cimg alt=\"Node.js\" src=\"https://nodejs.org/static/images/logo-light.svg\" width=\"400\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca title=\"CII Best Practices\" href=\"https://bestpractices.coreinfrastructure.org/projects/29\"\u003e\u003cimg src=\"https://bestpractices.coreinfrastructure.org/projects/29/badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nNode.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js\nuses an event-driven, non-blocking I/O model that makes it lightweight and\nefficient. The Node.js package ecosystem, [npm][], is the largest ecosystem of\nopen source libraries in the world.\n\nThe Node.js project is supported by the\n[Node.js Foundation](https://nodejs.org/en/foundation/). Contributions,\npolicies, and releases are managed under an\n[open governance model](./GOVERNANCE.md).\n\n**This project is bound by a [Code of Conduct][].**\n\nIf you need help using or installing Node.js, please use the\n[nodejs/help](https://github.com/nodejs/help) issue tracker.\n\n\n# Table of Contents\n\n* [Resources for Newcomers](#resources-for-newcomers)\n* [Release Types](#release-types)\n  * [Download](#download)\n    * [Current and LTS Releases](#current-and-lts-releases)\n    * [Nightly Releases](#nightly-releases)\n    * [API Documentation](#api-documentation)\n  * [Verifying Binaries](#verifying-binaries)\n* [Building Node.js](#building-nodejs)\n  * [Security](#security)\n  * [Current Project Team Members](#current-project-team-members)\n    * [CTC (Core Technical Committee)](#ctc-core-technical-committee)\n    * [Collaborators](#collaborators)\n    * [Release Team](#release-team)\n\n## Resources for Newcomers\n\n### Official Resources\n\n* [Website][]\n* [Node.js Help][]\n* [Contributing to the project][]\n* IRC (node core development): [#node-dev on chat.freenode.net][]\n\n### Unofficial Resources\n\n* IRC (general questions): [#node.js on chat.freenode.net][]. Please see\n\u003chttp://nodeirc.info/\u003e for more information regarding the `#node.js` IRC\nchannel.\n\n_Please note that unofficial resources are neither managed by (nor necessarily\nendorsed by) the Node.js TSC/CTC. Specifically, such resources are not\ncurrently covered by the [Node.js Moderation Policy][] and the selection and\nactions of resource operators/moderators are not subject to TSC/CTC oversight._\n\n## Release Types\n\nThe Node.js project maintains multiple types of releases:\n\n* **Current**: Released from active development branches of this repository,\n  versioned by [SemVer](http://semver.org/) and signed by a member of the\n  [Release Team](#release-team).\n  Code for Current releases is organized in this repository by major version\n  number. For example: [v4.x](https://github.com/nodejs/node/tree/v4.x).\n  The major version number of Current releases will increment every 6 months\n  allowing for breaking changes to be introduced. This happens in April and\n  October every year. Current release lines beginning in October each year have\n  a maximum support life of 8 months. Current release lines beginning in April\n  each year will convert to LTS (see below) after 6 months and receive further\n  support for 30 months.\n* **LTS**: Releases that receive Long-term Support, with a focus on stability\n  and security. Every second Current release line (major version) will become an\n  LTS line and receive 18 months of _Active LTS_ support and a further 12\n  months of _Maintenance_. LTS release lines are given alphabetically\n  ordered codenames, beginning with v4 Argon. LTS releases are less frequent\n  and will attempt to maintain consistent major and minor version numbers,\n  only incrementing patch version numbers. There are no breaking changes or\n  feature additions, except in some special circumstances. More information\n  can be found in the [LTS README](https://github.com/nodejs/LTS/).\n* **Nightly**: Versions of code in this repository on the current Current\n  branch, automatically built every 24-hours where changes exist. Use with\n  caution.\n\n## Download\n\nBinaries, installers, and source tarballs are available at\n\u003chttps://nodejs.org\u003e.\n\n#### Current and LTS Releases\n**Current** and **LTS** releases are available at\n\u003chttps://nodejs.org/download/release/\u003e, listed under their version strings.\nThe [latest](https://nodejs.org/download/release/latest/) directory is an\nalias for the latest Current release. The latest LTS release from an LTS\nline is available in the form: latest-_codename_. For example:\n\u003chttps://nodejs.org/download/release/latest-argon\u003e\n\n#### Nightly Releases\n**Nightly** builds are available at\n\u003chttps://nodejs.org/download/nightly/\u003e, listed under their version\nstring which includes their date (in UTC time) and the commit SHA at\nthe HEAD of the release.\n\n#### API Documentation\n**API documentation** is available in each release and nightly\ndirectory under _docs_. \u003chttps://nodejs.org/api/\u003e points to the API\ndocumentation of the latest stable version.\n\n### Verifying Binaries\n\nCurrent, LTS and Nightly download directories all contain a _SHASUM256.txt_\nfile that lists the SHA checksums for each file available for\ndownload.\n\nThe _SHASUM256.txt_ can be downloaded using curl.\n\n```console\n$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt\n```\n\nTo check that a downloaded file matches the checksum, run\nit through `sha256sum` with a command such as:\n\n```console\n$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -\n```\n\n_(Where \"node-vx.y.z.tar.gz\" is the name of the file you have\ndownloaded)_\n\nAdditionally, Current and LTS releases (not Nightlies) have GPG signed\ncopies of SHASUM256.txt files available as SHASUM256.txt.asc. You can use\n`gpg` to verify that the file has not been tampered with.\n\nTo verify a SHASUM256.txt.asc, you will first need to import all of\nthe GPG keys of individuals authorized to create releases. They are\nlisted at the bottom of this README under [Release Team](#release-team).\nUse a command such as this to import the keys:\n\n```console\n$ gpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D\n```\n\n_(See the bottom of this README for a full script to import active\nrelease keys)_\n\nYou can then use `gpg --verify SHASUMS256.txt.asc` to verify that the\nfile has been signed by an authorized member of the Node.js team.\n\nOnce verified, use the SHASUMS256.txt.asc file to get the checksum for\nthe binary verification command above.\n\n## Building Node.js\n\nSee [BUILDING.md](BUILDING.md) for instructions on how to build\nNode.js from source. The document also contains a list of\nofficially supported platforms.\n\n## Security\n\nAll security bugs in Node.js are taken seriously and should be reported by\nemailing security@nodejs.org. This will be delivered to a subset of the project\nteam who handle security issues. Please don't disclose security bugs\npublicly until they have been handled by the security team.\n\nYour email will be acknowledged within 24 hours, and you’ll receive a more\ndetailed response to your email within 48 hours indicating the next steps in\nhandling your report.\n\n## Current Project Team Members\n\nThe Node.js project team comprises a group of core collaborators and a sub-group\nthat forms the _Core Technical Committee_ (CTC) which governs the project. For\nmore information about the governance of the Node.js project, see\n[GOVERNANCE.md](./GOVERNANCE.md).\n\n### CTC (Core Technical Committee)\n\n* [addaleax](https://github.com/addaleax) -\n**Anna Henningsen** \u0026lt;anna@addaleax.net\u0026gt; (she/her)\n* [bnoordhuis](https://github.com/bnoordhuis) -\n**Ben Noordhuis** \u0026lt;info@bnoordhuis.nl\u0026gt;\n* [ChALkeR](https://github.com/ChALkeR) -\n**Сковорода Никита Андреевич** \u0026lt;chalkerx@gmail.com\u0026gt; (he/him)\n* [cjihrig](https://github.com/cjihrig) -\n**Colin Ihrig** \u0026lt;cjihrig@gmail.com\u0026gt;\n* [evanlucas](https://github.com/evanlucas) -\n**Evan Lucas** \u0026lt;evanlucas@me.com\u0026gt; (he/him)\n* [fhinkel](https://github.com/fhinkel) -\n**Franziska Hinkelmann** \u0026lt;franziska.hinkelmann@gmail.com\u0026gt;\n* [Fishrock123](https://github.com/Fishrock123) -\n**Jeremiah Senkpiel** \u0026lt;fishrock123@rocketmail.com\u0026gt;\n* [indutny](https://github.com/indutny) -\n**Fedor Indutny** \u0026lt;fedor.indutny@gmail.com\u0026gt;\n* [jasnell](https://github.com/jasnell) -\n**James M Snell** \u0026lt;jasnell@gmail.com\u0026gt; (he/him)\n* [joyeecheung](https://github.com/joyeecheung) -\n**Joyee Cheung** \u0026lt;joyeec9h3@gmail.com\u0026gt; (she/her)\n* [mcollina](https://github.com/mcollina) -\n**Matteo Collina** \u0026lt;matteo.collina@gmail.com\u0026gt; (he/him)\n* [mhdawson](https://github.com/mhdawson) -\n**Michael Dawson** \u0026lt;michael_dawson@ca.ibm.com\u0026gt; (he/him)\n* [misterdjules](https://github.com/misterdjules) -\n**Julien Gilli** \u0026lt;jgilli@nodejs.org\u0026gt;\n* [mscdex](https://github.com/mscdex) -\n**Brian White** \u0026lt;mscdex@mscdex.net\u0026gt;\n* [MylesBorins](https://github.com/MylesBorins) -\n**Myles Borins** \u0026lt;myles.borins@gmail.com\u0026gt; (he/him)\n* [ofrobots](https://github.com/ofrobots) -\n**Ali Ijaz Sheikh** \u0026lt;ofrobots@google.com\u0026gt;\n* [rvagg](https://github.com/rvagg) -\n**Rod Vagg** \u0026lt;rod@vagg.org\u0026gt;\n* [shigeki](https://github.com/shigeki) -\n**Shigeki Ohtsu** \u0026lt;ohtsu@ohtsu.org\u0026gt; (he/him)\n* [targos](https://github.com/targos) -\n**Michaël Zasso** \u0026lt;targos@protonmail.com\u0026gt; (he/him)\n* [thefourtheye](https://github.com/thefourtheye) -\n**Sakthipriyan Vairamani** \u0026lt;thechargingvolcano@gmail.com\u0026gt; (he/him)\n* [trevnorris](https://github.com/trevnorris) -\n**Trevor Norris** \u0026lt;trev.norris@gmail.com\u0026gt;\n* [Trott](https://github.com/Trott) -\n**Rich Trott** \u0026lt;rtrott@gmail.com\u0026gt; (he/him)\n\n### CTC Emeriti\n\n* [chrisdickinson](https://github.com/chrisdickinson) -\n**Chris Dickinson** \u0026lt;christopher.s.dickinson@gmail.com\u0026gt;\n* [isaacs](https://github.com/isaacs) -\n**Isaac Z. Schlueter** \u0026lt;i@izs.me\u0026gt;\n* [orangemocha](https://github.com/orangemocha) -\n**Alexis Campailla** \u0026lt;orangemocha@nodejs.org\u0026gt;\n* [piscisaureus](https://github.com/piscisaureus) -\n**Bert Belder** \u0026lt;bertbelder@gmail.com\u0026gt;\n\n### Collaborators\n\n* [abouthiroppy](https://github.com/abouthiroppy) -\n**Yuta Hiroto** \u0026lt;hello@about-hiroppy.com\u0026gt; (he/him)\n* [addaleax](https://github.com/addaleax) -\n**Anna Henningsen** \u0026lt;anna@addaleax.net\u0026gt; (she/her)\n* [ak239](https://github.com/ak239) -\n**Aleksei Koziatinskii** \u0026lt;ak239spb@gmail.com\u0026gt;\n* [andrasq](https://github.com/andrasq) -\n**Andras** \u0026lt;andras@kinvey.com\u0026gt;\n* [AndreasMadsen](https://github.com/AndreasMadsen) -\n**Andreas Madsen** \u0026lt;amwebdk@gmail.com\u0026gt; (he/him)\n* [AnnaMag](https://github.com/AnnaMag) -\n**Anna M. Kedzierska** \u0026lt;anna.m.kedzierska@gmail.com\u0026gt;\n* [aqrln](https://github.com/aqrln) -\n**Alexey Orlenko** \u0026lt;eaglexrlnk@gmail.com\u0026gt; (he/him)\n* [bengl](https://github.com/bengl) -\n**Bryan English** \u0026lt;bryan@bryanenglish.com\u0026gt; (he/him)\n* [benjamingr](https://github.com/benjamingr) -\n**Benjamin Gruenbaum** \u0026lt;benjamingr@gmail.com\u0026gt;\n* [bmeck](https://github.com/bmeck) -\n**Bradley Farias** \u0026lt;bradley.meck@gmail.com\u0026gt;\n* [bnoordhuis](https://github.com/bnoordhuis) -\n**Ben Noordhuis** \u0026lt;info@bnoordhuis.nl\u0026gt;\n* [brendanashworth](https://github.com/brendanashworth) -\n**Brendan Ashworth** \u0026lt;brendan.ashworth@me.com\u0026gt;\n* [bzoz](https://github.com/bzoz) -\n**Bartosz Sosnowski** \u0026lt;bartosz@janeasystems.com\u0026gt;\n* [calvinmetcalf](https://github.com/calvinmetcalf) -\n**Calvin Metcalf** \u0026lt;calvin.metcalf@gmail.com\u0026gt;\n* [ChALkeR](https://github.com/ChALkeR) -\n**Сковорода Никита Андреевич** \u0026lt;chalkerx@gmail.com\u0026gt; (he/him)\n* [chrisdickinson](https://github.com/chrisdickinson) -\n**Chris Dickinson** \u0026lt;christopher.s.dickinson@gmail.com\u0026gt;\n* [cjihrig](https://github.com/cjihrig) -\n**Colin Ihrig** \u0026lt;cjihrig@gmail.com\u0026gt;\n* [claudiorodriguez](https://github.com/claudiorodriguez) -\n**Claudio Rodriguez** \u0026lt;cjrodr@yahoo.com\u0026gt;\n* [danbev](https://github.com/danbev) -\n**Daniel Bevenius** \u0026lt;daniel.bevenius@gmail.com\u0026gt;\n* [DavidCai1993](https://github.com/DavidCai1993) -\n**David Cai** \u0026lt;davidcai1993@yahoo.com\u0026gt; (he/him)\n* [edsadr](https://github.com/edsadr) -\n**Adrian Estrada** \u0026lt;edsadr@gmail.com\u0026gt; (he/him)\n* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -\n**Robert Jefe Lindstaedt** \u0026lt;robert.lindstaedt@gmail.com\u0026gt;\n* [estliberitas](https://github.com/estliberitas) -\n**Alexander Makarenko** \u0026lt;estliberitas@gmail.com\u0026gt;\n* [eugeneo](https://github.com/eugeneo) -\n**Eugene Ostroukhov** \u0026lt;eostroukhov@google.com\u0026gt;\n* [evanlucas](https://github.com/evanlucas) -\n**Evan Lucas** \u0026lt;evanlucas@me.com\u0026gt; (he/him)\n* [fhinkel](https://github.com/fhinkel) -\n**Franziska Hinkelmann** \u0026lt;franziska.hinkelmann@gmail.com\u0026gt;\n* [firedfox](https://github.com/firedfox) -\n**Daniel Wang** \u0026lt;wangyang0123@gmail.com\u0026gt;\n* [Fishrock123](https://github.com/Fishrock123) -\n**Jeremiah Senkpiel** \u0026lt;fishrock123@rocketmail.com\u0026gt;\n* [geek](https://github.com/geek) -\n**Wyatt Preul** \u0026lt;wpreul@gmail.com\u0026gt;\n* [gibfahn](https://github.com/gibfahn) -\n**Gibson Fahnestock** \u0026lt;gibfahn@gmail.com\u0026gt; (he/him)\n* [gireeshpunathil](https://github.com/gireeshpunathil) -\n**Gireesh Punathil** \u0026lt;gpunathi@in.ibm.com\u0026gt; (he/him)\n* [iarna](https://github.com/iarna) -\n**Rebecca Turner** \u0026lt;me@re-becca.org\u0026gt;\n* [imran-iq](https://github.com/imran-iq) -\n**Imran Iqbal** \u0026lt;imran@imraniqbal.org\u0026gt;\n* [imyller](https://github.com/imyller) -\n**Ilkka Myller** \u0026lt;ilkka.myller@nodefield.com\u0026gt;\n* [indutny](https://github.com/indutny) -\n**Fedor Indutny** \u0026lt;fedor.indutny@gmail.com\u0026gt;\n* [isaacs](https://github.com/isaacs) -\n**Isaac Z. Schlueter** \u0026lt;i@izs.me\u0026gt;\n* [italoacasas](https://github.com/italoacasas) -\n**Italo A. Casas** \u0026lt;me@italoacasas.com\u0026gt; (he/him)\n* [JacksonTian](https://github.com/JacksonTian) -\n**Jackson Tian** \u0026lt;shyvo1987@gmail.com\u0026gt;\n* [jasnell](https://github.com/jasnell) -\n**James M Snell** \u0026lt;jasnell@gmail.com\u0026gt; (he/him)\n* [jasongin](https://github.com/jasongin) -\n**Jason Ginchereau** \u0026lt;jasongin@microsoft.com\u0026gt;\n* [jbergstroem](https://github.com/jbergstroem) -\n**Johan Bergström** \u0026lt;bugs@bergstroem.nu\u0026gt;\n* [jhamhader](https://github.com/jhamhader) -\n**Yuval Brik** \u0026lt;yuval@brik.org.il\u0026gt;\n* [jkrems](https://github.com/jkrems) -\n**Jan Krems** \u0026lt;jan.krems@gmail.com\u0026gt; (he/him)\n* [joaocgreis](https://github.com/joaocgreis) -\n**João Reis** \u0026lt;reis@janeasystems.com\u0026gt;\n* [joshgav](https://github.com/joshgav) -\n**Josh Gavant** \u0026lt;josh.gavant@outlook.com\u0026gt;\n* [joyeecheung](https://github.com/joyeecheung) -\n**Joyee Cheung** \u0026lt;joyeec9h3@gmail.com\u0026gt; (she/her)\n* [julianduque](https://github.com/julianduque) -\n**Julian Duque** \u0026lt;julianduquej@gmail.com\u0026gt; (he/him)\n* [JungMinu](https://github.com/JungMinu) -\n**Minwoo Jung** \u0026lt;minwoo@nodesource.com\u0026gt; (he/him)\n* [kunalspathak](https://github.com/kunalspathak) -\n**Kunal Pathak** \u0026lt;kunal.pathak@microsoft.com\u0026gt;\n* [lance](https://github.com/lance) -\n**Lance Ball** \u0026lt;lball@redhat.com\u0026gt;\n* [lpinca](https://github.com/lpinca) -\n**Luigi Pinca** \u0026lt;luigipinca@gmail.com\u0026gt; (he/him)\n* [lucamaraschi](https://github.com/lucamaraschi) -\n**Luca Maraschi** \u0026lt;luca.maraschi@gmail.com\u0026gt; (he/him)\n* [lxe](https://github.com/lxe) -\n**Aleksey Smolenchuk** \u0026lt;lxe@lxe.co\u0026gt;\n* [matthewloring](https://github.com/matthewloring) -\n**Matthew Loring** \u0026lt;mattloring@google.com\u0026gt;\n* [mcollina](https://github.com/mcollina) -\n**Matteo Collina** \u0026lt;matteo.collina@gmail.com\u0026gt; (he/him)\n* [mhdawson](https://github.com/mhdawson) -\n**Michael Dawson** \u0026lt;michael_dawson@ca.ibm.com\u0026gt; (he/him)\n* [micnic](https://github.com/micnic) -\n**Nicu Micleușanu** \u0026lt;micnic90@gmail.com\u0026gt; (he/him)\n* [mikeal](https://github.com/mikeal) -\n**Mikeal Rogers** \u0026lt;mikeal.rogers@gmail.com\u0026gt;\n* [misterdjules](https://github.com/misterdjules) -\n**Julien Gilli** \u0026lt;jgilli@nodejs.org\u0026gt;\n* [monsanto](https://github.com/monsanto) -\n**Christopher Monsanto** \u0026lt;chris@monsan.to\u0026gt;\n* [mscdex](https://github.com/mscdex) -\n**Brian White** \u0026lt;mscdex@mscdex.net\u0026gt;\n* [MylesBorins](https://github.com/MylesBorins) -\n**Myles Borins** \u0026lt;myles.borins@gmail.com\u0026gt; (he/him)\n* [not-an-aardvark](https://github.com/not-an-aardvark) -\n**Teddy Katz** \u0026lt;teddy.katz@gmail.com\u0026gt;\n* [ofrobots](https://github.com/ofrobots) -\n**Ali Ijaz Sheikh** \u0026lt;ofrobots@google.com\u0026gt;\n* [Olegas](https://github.com/Olegas) -\n**Oleg Elifantiev** \u0026lt;oleg@elifantiev.ru\u0026gt;\n* [orangemocha](https://github.com/orangemocha) -\n**Alexis Campailla** \u0026lt;orangemocha@nodejs.org\u0026gt;\n* [othiym23](https://github.com/othiym23) -\n**Forrest L Norvell** \u0026lt;ogd@aoaioxxysz.net\u0026gt; (he/him)\n* [petkaantonov](https://github.com/petkaantonov) -\n**Petka Antonov** \u0026lt;petka_antonov@hotmail.com\u0026gt;\n* [phillipj](https://github.com/phillipj) -\n**Phillip Johnsen** \u0026lt;johphi@gmail.com\u0026gt;\n* [piscisaureus](https://github.com/piscisaureus) -\n**Bert Belder** \u0026lt;bertbelder@gmail.com\u0026gt;\n* [pmq20](https://github.com/pmq20) -\n**Minqi Pan** \u0026lt;pmq2001@gmail.com\u0026gt;\n* [princejwesley](https://github.com/princejwesley) -\n**Prince John Wesley** \u0026lt;princejohnwesley@gmail.com\u0026gt;\n* [Qard](https://github.com/Qard) -\n**Stephen Belanger** \u0026lt;admin@stephenbelanger.com\u0026gt; (he/him)\n* [refack](https://github.com/refack) -\n**Refael Ackermann** \u0026lt;refack@gmail.com\u0026gt; (he/him)\n* [richardlau](https://github.com/richardlau) -\n**Richard Lau** \u0026lt;riclau@uk.ibm.com\u0026gt;\n* [rlidwka](https://github.com/rlidwka) -\n**Alex Kocharin** \u0026lt;alex@kocharin.ru\u0026gt;\n* [rmg](https://github.com/rmg) -\n**Ryan Graham** \u0026lt;r.m.graham@gmail.com\u0026gt;\n* [robertkowalski](https://github.com/robertkowalski) -\n**Robert Kowalski** \u0026lt;rok@kowalski.gd\u0026gt;\n* [romankl](https://github.com/romankl) -\n**Roman Klauke** \u0026lt;romaaan.git@gmail.com\u0026gt;\n* [ronkorving](https://github.com/ronkorving) -\n**Ron Korving** \u0026lt;ron@ronkorving.nl\u0026gt;\n* [RReverser](https://github.com/RReverser) -\n**Ingvar Stepanyan** \u0026lt;me@rreverser.com\u0026gt;\n* [rvagg](https://github.com/rvagg) -\n**Rod Vagg** \u0026lt;rod@vagg.org\u0026gt;\n* [saghul](https://github.com/saghul) -\n**Saúl Ibarra Corretgé** \u0026lt;saghul@gmail.com\u0026gt;\n* [sam-github](https://github.com/sam-github) -\n**Sam Roberts** \u0026lt;vieuxtech@gmail.com\u0026gt;\n* [santigimeno](https://github.com/santigimeno) -\n**Santiago Gimeno** \u0026lt;santiago.gimeno@gmail.com\u0026gt;\n* [seishun](https://github.com/seishun) -\n**Nikolai Vavilov** \u0026lt;vvnicholas@gmail.com\u0026gt;\n* [shigeki](https://github.com/shigeki) -\n**Shigeki Ohtsu** \u0026lt;ohtsu@ohtsu.org\u0026gt; (he/him)\n* [silverwind](https://github.com/silverwind) -\n**Roman Reiss** \u0026lt;me@silverwind.io\u0026gt;\n* [srl295](https://github.com/srl295) -\n**Steven R Loomis** \u0026lt;srloomis@us.ibm.com\u0026gt;\n* [stefanmb](https://github.com/stefanmb) -\n**Stefan Budeanu** \u0026lt;stefan@budeanu.com\u0026gt;\n* [targos](https://github.com/targos) -\n**Michaël Zasso** \u0026lt;targos@protonmail.com\u0026gt; (he/him)\n* [tellnes](https://github.com/tellnes) -\n**Christian Tellnes** \u0026lt;christian@tellnes.no\u0026gt;\n* [thefourtheye](https://github.com/thefourtheye) -\n**Sakthipriyan Vairamani** \u0026lt;thechargingvolcano@gmail.com\u0026gt; (he/him)\n* [thekemkid](https://github.com/thekemkid) -\n**Glen Keane** \u0026lt;glenkeane.94@gmail.com\u0026gt; (he/him)\n* [thlorenz](https://github.com/thlorenz) -\n**Thorsten Lorenz** \u0026lt;thlorenz@gmx.de\u0026gt;\n* [TimothyGu](https://github.com/TimothyGu) -\n**Timothy Gu** \u0026lt;timothygu99@gmail.com\u0026gt; (he/him)\n* [tniessen](https://github.com/tniessen) -\n**Tobias Nießen** \u0026lt;tniessen@tnie.de\u0026gt;\n* [trevnorris](https://github.com/trevnorris) -\n**Trevor Norris** \u0026lt;trev.norris@gmail.com\u0026gt;\n* [Trott](https://github.com/Trott) -\n**Rich Trott** \u0026lt;rtrott@gmail.com\u0026gt; (he/him)\n* [tunniclm](https://github.com/tunniclm) -\n**Mike Tunnicliffe** \u0026lt;m.j.tunnicliffe@gmail.com\u0026gt;\n* [vkurchatkin](https://github.com/vkurchatkin) -\n**Vladimir Kurchatkin** \u0026lt;vladimir.kurchatkin@gmail.com\u0026gt;\n* [vsemozhetbyt](https://github.com/vsemozhetbyt) -\n**Vse Mozhet Byt** \u0026lt;vsemozhetbyt@gmail.com\u0026gt; (he/him)\n* [watilde](https://github.com/watilde) -\n**Daijiro Wachi** \u0026lt;daijiro.wachi@gmail.com\u0026gt; (he/him)\n* [whitlockjc](https://github.com/whitlockjc) -\n**Jeremy Whitlock** \u0026lt;jwhitlock@apache.org\u0026gt;\n* [yorkie](https://github.com/yorkie) -\n**Yorkie Liu** \u0026lt;yorkiefixer@gmail.com\u0026gt;\n* [yosuke-furukawa](https://github.com/yosuke-furukawa) -\n**Yosuke Furukawa** \u0026lt;yosuke.furukawa@gmail.com\u0026gt;\n\nCollaborators follow the [COLLABORATOR_GUIDE.md](./COLLABORATOR_GUIDE.md) in\nmaintaining the Node.js project.\n\n### Release Team\n\nNode.js releases are signed with one of the following GPG keys:\n\n* **Colin Ihrig** \u0026lt;cjihrig@gmail.com\u0026gt;\n`94AE36675C464D64BAFA68DD7434390BDBE9B9C5`\n* **Evan Lucas** \u0026lt;evanlucas@me.com\u0026gt;\n`B9AE9905FFD7803F25714661B63B535A4C206CA9`\n* **Italo A. Casas** \u0026lt;me@italoacasas.com\u0026gt;\n`56730D5401028683275BD23C23EFEFE93C4CFFFE`\n* **James M Snell** \u0026lt;jasnell@keybase.io\u0026gt;\n`71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`\n* **Jeremiah Senkpiel** \u0026lt;fishrock@keybase.io\u0026gt;\n`FD3A5288F042B6850C66B31F09FE44734EB7990E`\n* **Myles Borins** \u0026lt;myles.borins@gmail.com\u0026gt;\n`C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`\n* **Rod Vagg** \u0026lt;rod@vagg.org\u0026gt;\n`DD8F2338BAE7501E3DD5AC78C273792F7D83545D`\n\nThe full set of trusted release keys can be imported by running:\n\n```shell\ngpg --keyserver pool.sks-keyservers.net --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5\ngpg --keyserver pool.sks-keyservers.net --recv-keys FD3A5288F042B6850C66B31F09FE44734EB7990E\ngpg --keyserver pool.sks-keyservers.net --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1\ngpg --keyserver pool.sks-keyservers.net --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D\ngpg --keyserver pool.sks-keyservers.net --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8\ngpg --keyserver pool.sks-keyservers.net --recv-keys B9AE9905FFD7803F25714661B63B535A4C206CA9\ngpg --keyserver pool.sks-keyservers.net --recv-keys 56730D5401028683275BD23C23EFEFE93C4CFFFE\n```\n\nSee the section above on [Verifying Binaries](#verifying-binaries) for details\non what to do with these keys to verify that a downloaded file is official.\n\nPrevious releases may also have been signed with one of the following GPG keys:\n\n* **Chris Dickinson** \u0026lt;christopher.s.dickinson@gmail.com\u0026gt;\n`9554F04D7259F04124DE6B476D5A82AC7E37093B`\n* **Isaac Z. Schlueter** \u0026lt;i@izs.me\u0026gt;\n`93C7E9E91B49E432C2F75674B0A78B0A6C481CF6`\n* **Julien Gilli** \u0026lt;jgilli@fastmail.fm\u0026gt;\n`114F43EE0176B71C7BC219DD50A3051F888C628D`\n* **Timothy J Fontaine** \u0026lt;tjfontaine@gmail.com\u0026gt;\n`7937DFD2AB06298B2293C3187D33FF9D0246406D`\n\n### Working Groups\n\nInformation on the current Node.js Working Groups can be found in the\n[CTC repository](https://github.com/nodejs/CTC/blob/master/WORKING_GROUPS.md).\n\n[npm]: https://www.npmjs.com\n[Website]: https://nodejs.org/en/\n[Contributing to the project]: CONTRIBUTING.md\n[Node.js Help]: https://github.com/nodejs/help\n[Node.js Moderation Policy]: https://github.com/nodejs/TSC/blob/master/Moderation-Policy.md\n[#node.js on chat.freenode.net]: https://webchat.freenode.net?channels=node.js\u0026uio=d4\n[#node-dev on chat.freenode.net]: https://webchat.freenode.net?channels=node-dev\u0026uio=d4\n[Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Fhttp2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodejs%2Fhttp2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodejs%2Fhttp2/lists"}