{"id":13608180,"url":"https://github.com/libp2p/go-libp2p-webrtc-direct","last_synced_at":"2025-04-12T14:32:15.991Z","repository":{"id":34569569,"uuid":"150997884","full_name":"libp2p/go-libp2p-webrtc-direct","owner":"libp2p","description":"A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers","archived":true,"fork":false,"pushed_at":"2022-11-22T20:52:47.000Z","size":184,"stargazers_count":82,"open_issues_count":10,"forks_count":18,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-11-07T13:40:02.351Z","etag":null,"topics":["direct","go","libp2p","transport","webrtc"],"latest_commit_sha":null,"homepage":"","language":"Go","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/libp2p.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-30T19:12:04.000Z","updated_at":"2024-06-06T09:14:00.000Z","dependencies_parsed_at":"2022-08-08T01:15:33.843Z","dependency_job_id":null,"html_url":"https://github.com/libp2p/go-libp2p-webrtc-direct","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fgo-libp2p-webrtc-direct","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fgo-libp2p-webrtc-direct/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fgo-libp2p-webrtc-direct/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/libp2p%2Fgo-libp2p-webrtc-direct/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/libp2p","download_url":"https://codeload.github.com/libp2p/go-libp2p-webrtc-direct/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581285,"owners_count":21128142,"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":["direct","go","libp2p","transport","webrtc"],"created_at":"2024-08-01T19:01:24.907Z","updated_at":"2025-04-12T14:32:15.601Z","avatar_url":"https://github.com/libp2p.png","language":"Go","funding_links":[],"categories":["DataChannel"],"sub_categories":[],"readme":"# ⚠️⚠️⚠️⚠️⚠️⚠️\n**Status:**\n\n[Archived](https://github.com/libp2p/github-mgmt/pull/74) and not maintained\n\n**Alternatives:**\n\nWebRTC Browser-to-Server is being implemented in go-libp2p here https://github.com/libp2p/specs/pull/412 per the specification: https://github.com/libp2p/specs/pull/412\n\nWebRTC Browser-to-Browser is being tracked here: https://github.com/libp2p/specs/issues/475\n\n**Questions:**\n\nPlease direct any questions about the specification to: https://github.com/libp2p/specs/issues\n\nPlease direct any questions about the go-libp2p WebRTC implementation to: https://github.com/libp2p/go-libp2p/issues\n# ⚠️⚠️⚠️⚠️⚠️⚠️\n\n# go-libp2p-webrtc-direct\n\n[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://github.com/libp2p/libp2p)\n[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)\n[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-webrtc-direct?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-webrtc-direct)\n[![Coverage\nStatus](https://coveralls.io/repos/github/libp2p/go-libp2p-webrtc-direct/badge.svg?branch=master)](https://coveralls.io/github/libp2p/go-libp2p-webrtc-direct?branch=master)\n[![Build\nStatus](https://travis-ci.org/libp2p/go-libp2p-webrtc-direct.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-webrtc-direct)\n\n\u003e A transport that enables browser-to-server, and server-to-server, direct\n\u003e communication over WebRTC without requiring signalling servers. This is the\n\u003e Go counterpart to\n\u003e [js-libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct).\n\nLead maintainer: [@backkem](https://github.com/backkem)\n\nSpecial thanks to [@pion](https://github.com/pion) for their fantastic\n[WebRTC Go library](https://github.com/pion/webrtc), which made this\nlibp2p transport possible.\n\n## Install\n\nThis package supports gomod builds.\n\n```sh\ngo get github.com/libp2p/go-libp2p-webrtc-direct\n```\n\n## Usage\n\nCheck out the\n[GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-webrtc-direct).\n\n## Examples\n\nCheck the [examples](./examples) folder for usage and integration examples.\n\n## Contribute\n\nFeel free to join in. All welcome. Open an\n[issue](https://github.com/libp2p/go-libp2p-webrtc-direct/issues) or send a\nPR.\n\nThis repository falls under the IPFS [Code of\nConduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibp2p%2Fgo-libp2p-webrtc-direct","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibp2p%2Fgo-libp2p-webrtc-direct","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibp2p%2Fgo-libp2p-webrtc-direct/lists"}