2019-01-22 11:02:08 +00:00
|
|
|
go-libp2p-webrtc-direct
|
|
|
|
===
|
|
|
|
Package ``go-libp2p-webrtc-direct`` aims to be a Go port of [js-libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct).
|
2018-09-30 19:33:55 +00:00
|
|
|
|
2019-01-22 11:02:08 +00:00
|
|
|
## 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:
|
|
|
|
- [backkem/go-multiaddr-dns](https://github.com/backkem/go-multiaddr-dns) under `multiformats/go-multiaddr`
|
|
|
|
- [backkem/mafmt](https://github.com/backkem/mafmt) under `whyrusleeping/mafmt`
|
2018-09-30 19:33:55 +00:00
|
|
|
|
2019-01-22 11:02:08 +00:00
|
|
|
## Status
|
|
|
|
The package is in alpha status.
|
|
|
|
|
|
|
|
## License
|
|
|
|
MIT License - see [LICENSE](LICENSE) for full text
|