A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
Go to file
backkem c02f068d1d Docs: link to examples 2019-02-14 18:12:09 +01:00
examples Examples: Add readme 2019-02-14 17:40:38 +01:00
.gitignore Initial POC 2018-09-30 21:33:55 +02:00
LICENSE Create LICENSE 2018-12-31 13:41:55 +01:00
README.md Docs: link to examples 2019-02-14 18:12:09 +01:00
conn.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
listener.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
signaling.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
stream.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
transport.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
webrtcdirect.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00
webrtcdirect_test.go Rewrite to implement transport interface directly 2019-01-24 22:03:07 +01:00

README.md

go-libp2p-webrtc-direct

Package go-libp2p-webrtc-direct is a Go port of js-libp2p-webrtc-direct that implements the go-libp2p-transport interface.

Examples

Check the examples folder for usage and integration examples.

Dependencies

There is currently no dependency management technique implemented. However, this package relies on some dependencies that have not been upstreamed yet. Check out the following forks under their original package name:

Status

The package is in alpha status.

License

MIT License - see LICENSE for full text