{"id":26279561,"url":"https://github.com/chainsafe/js-libp2p-quic","last_synced_at":"2026-03-05T15:32:42.833Z","repository":{"id":255371177,"uuid":"849018856","full_name":"ChainSafe/js-libp2p-quic","owner":"ChainSafe","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-06T18:43:07.000Z","size":53820,"stargazers_count":8,"open_issues_count":3,"forks_count":3,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-05-07T03:03:53.238Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChainSafe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-28T20:35:41.000Z","updated_at":"2025-04-05T18:03:39.000Z","dependencies_parsed_at":"2024-11-19T18:21:29.374Z","dependency_job_id":"89428ef7-f1a6-40a0-a1fc-956265462ca5","html_url":"https://github.com/ChainSafe/js-libp2p-quic","commit_stats":null,"previous_names":["chainsafe/js-libp2p-quic"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fjs-libp2p-quic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fjs-libp2p-quic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fjs-libp2p-quic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fjs-libp2p-quic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChainSafe","download_url":"https://codeload.github.com/ChainSafe/js-libp2p-quic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252804206,"owners_count":21806769,"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","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":[],"created_at":"2025-03-14T14:15:26.483Z","updated_at":"2026-03-05T15:32:42.826Z","avatar_url":"https://github.com/ChainSafe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @chainsafe/libp2p-quic\n\n[![libp2p.io](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://libp2p.io/)\n[![CI](https://img.shields.io/github/actions/workflow/status/chainsafe/js-libp2p-quic/CI.yml?branch=main\\\u0026style=flat-square)](https://github.com/chainsafe/js-libp2p-quic/actions/workflows/CI.yml?query=branch%3Amain)\n\n\u003e A QUIC transport for libp2p\n\n# About\n\n\u003c!--\n\n!IMPORTANT!\n\nEverything in this README between \"# About\" and \"# Install\" is automatically\ngenerated and will be overwritten the next time the doc generator is run.\n\nTo make changes to this section, please update the @packageDocumentation section\nof src/index.js or src/index.ts\n\nTo experiment with formatting, please run \"npm run docs\" from the root of this\nrepo and examine the changes made.\n\n--\u003e\n\nA [libp2p transport](https://docs.libp2p.io/concepts/transports/overview/) based on the QUIC networking stack.\n\n## Example\n\n```TypeScript\nimport { createLibp2p } from 'libp2p'\nimport { quic } from '@chainsafe/libp2p-quic'\nimport { multiaddr } from '@multiformats/multiaddr'\n\nconst node = await createLibp2p({\n  transports: [\n    quic()\n  ]\n})\n\nconst ma = multiaddr('/ip4/123.123.123.123/udp/1234/quic-v1')\n\n// dial a TCP connection, timing out after 10 seconds\nconst connection = await node.dial(ma, {\n  signal: AbortSignal.timeout(10_000)\n})\n\n// use connection...\n```\n\n# Install\n\n```console\n$ npm i @chainsafe/libp2p-quic\n```\n\n# API Docs\n\n- \u003chttps://chainsafe.github.io/js-libp2p-quic\u003e\n\n# License\n\nMIT ([LICENSE](https://github.com/ChainSafe/js-libp2p-quic/blob/main/LICENSE) / \u003chttp://opensource.org/licenses/MIT\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainsafe%2Fjs-libp2p-quic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchainsafe%2Fjs-libp2p-quic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainsafe%2Fjs-libp2p-quic/lists"}