A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
Go to file
backkem eb57afb1c4 Examples: Add readme
Relates to #5
2019-02-14 17:40:38 +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 Rewrite to implement transport interface directly 2019-01-24 22:03:07 +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 aims to be a Go port of js-libp2p-webrtc-direct.

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