update readme prior to transferring to libp2p org.
This commit is contained in:
parent
537ad79e4d
commit
0fd6f76610
52
README.md
52
README.md
|
@ -1,15 +1,51 @@
|
||||||
go-libp2p-webrtc-direct
|
# go-libp2p-webrtc-direct
|
||||||
===
|
|
||||||
Package ``go-libp2p-webrtc-direct`` is a Go port of [js-libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct) that implements the [go-libp2p-transport](https://github.com/libp2p/go-libp2p-transport) interface.
|
[![](https://img.shields.io/badge/project-libp2p-yellow.svg?style=flat-square)](http://github.com/libp2p/libp2p)
|
||||||
|
[![](https://img.shields.io/badge/freenode-%23libp2p-yellow.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23libp2p)
|
||||||
|
[![GoDoc](https://godoc.org/github.com/libp2p/go-libp2p-webrtc-direct?status.svg)](https://godoc.org/github.com/libp2p/go-libp2p-webrtc-direct)
|
||||||
|
[![Coverage
|
||||||
|
Status](https://coveralls.io/repos/github/libp2p/go-libp2p-webrtc-direct/badge.svg?branch=master)](https://coveralls.io/github/libp2p/go-libp2p-webrtc-direct?branch=master)
|
||||||
|
[![Build
|
||||||
|
Status](https://travis-ci.org/libp2p/go-libp2p-webrtc-direct.svg?branch=master)](https://travis-ci.org/libp2p/go-libp2p-webrtc-direct)
|
||||||
|
|
||||||
|
> 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](https://github.com/libp2p/js-libp2p-webrtc-direct).
|
||||||
|
|
||||||
|
⚠️ Status: Alpha. ⚠️
|
||||||
|
|
||||||
|
Lead maintainer: [@backkhem](https://github.com/backkem)
|
||||||
|
|
||||||
|
Special thanks to [@pions](https://github.com/pions) for their fantastic
|
||||||
|
[WebRTC Go library](https://github.com/pions/webrtc), which made this
|
||||||
|
libp2p transport possible.
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
This package supports gomod builds.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
go get github.com/libp2p/go-libp2p-webrtc-direct
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Check out the
|
||||||
|
[GoDocs](https://godoc.org/github.com/libp2p/go-libp2p-webrtc-direct).
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Check the [examples](./examples) folder for usage and integration examples.
|
Check the [examples](./examples) folder for usage and integration examples.
|
||||||
|
|
||||||
## Dependencies
|
## Contribute
|
||||||
There is currently no dependency management technique implemented.
|
|
||||||
|
|
||||||
## Status
|
Feel free to join in. All welcome. Open an
|
||||||
The package is in alpha status.
|
[issue](https://github.com/libp2p/go-libp2p-webrtc-direct/issues) or send a
|
||||||
|
PR.
|
||||||
|
|
||||||
|
This repository falls under the IPFS [Code of
|
||||||
|
Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
MIT License - see [LICENSE](LICENSE) for full text
|
MIT
|
Loading…
Reference in New Issue