A libp2p transport that enables browser-to-server, and server-to-server, direct communication over WebRTC without requiring signalling servers
Go to file
backkem 745b2f1946 Docs: update dependencies documentation 2019-02-28 15:41:16 +01:00
examples Add libp2p example 2019-02-25 22:08:06 +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: update dependencies documentation 2019-02-28 15:41:16 +01:00
conn.go Improved mock PeerID 2019-02-25 22:08:06 +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 Update mafmt dependency 2019-02-28 15:38:21 +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.

Status

The package is in alpha status.

License

MIT License - see LICENSE for full text