A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
Go to file
backkem 13a07508a2 Update dependencies
Resolves #10
2019-04-19 09:22:41 +02:00
examples Update dependencies 2019-04-19 09:22:41 +02:00
.gitignore Initial POC 2018-09-30 21:33:55 +02:00
.travis.yml add travis builds. 2019-04-02 14:14:30 +01:00
LICENSE Create LICENSE 2018-12-31 13:41:55 +01:00
README.md Update dependencies 2019-04-19 09:22:41 +02:00
conn.go Update dependencies 2019-04-19 09:22:41 +02:00
go.mod Update dependencies 2019-04-19 09:22:41 +02:00
go.sum Update dependencies 2019-04-19 09:22:41 +02:00
listener.go Document WASM support 2019-04-01 21:21:32 +02:00
signaling.go Update dependencies 2019-04-19 09:22:41 +02:00
stream.go Update dependencies 2019-04-19 09:22:41 +02:00
transport.go Update dependencies 2019-04-19 09:22:41 +02:00
webrtcdirect.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
webrtcdirect_test.go Update dependencies 2019-04-19 09:22:41 +02:00

README.md

go-libp2p-webrtc-direct

GoDoc CoverageStatus BuildStatus

A transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers. This is the Go counterpart to js-libp2p-webrtc-direct.

⚠️ Status: Alpha. ⚠️

Lead maintainer: @backkem

Special thanks to @pion for their fantastic WebRTC Go library, which made this libp2p transport possible.

Install

This package supports gomod builds.

go get github.com/libp2p/go-libp2p-webrtc-direct

Usage

Check out the GoDocs.

Examples

Check the examples folder for usage and integration examples.

Contribute

Feel free to join in. All welcome. Open an issue or send a PR.

This repository falls under the IPFS Code of Conduct.

License

MIT