Skip to content

Commit b0cb177

Browse files
committed
update README
1 parent 5aa13a7 commit b0cb177

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# webrtc-socket-proxy
22

3+
![How it works](how.png)
4+
35
![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)
46
![travis-ci](https://travis-ci.org/poga/webrtc-socket-proxy.svg?branch=master)
57

@@ -13,7 +15,7 @@ Peer-to-peer TCP socket proxy with WebRTC, use [centrifugo](https://centrifugal.
1315
$ go get -u github.com/poga/webrtc-socket-proxy
1416
```
1517

16-
* Setup [centrifugo](https://github.com/centrifugal/centrifugo/releases) with [example config](config.centrifugo.test.json)>
18+
* Setup [centrifugo](https://github.com/centrifugal/centrifugo/releases) with [example config](config.centrifugo.test.json).
1719

1820
## Usage
1921

@@ -28,7 +30,8 @@ You can send data to your `<upstreamAddr>` via connecting to `:4444` now.
2830

2931
## Roadmap
3032

31-
- [ ] Multiplex Connections. Currently we only support one connnection per proxy
33+
- [ ] TURN server support
34+
- [ ] Multiplex Connections. Currently we only support one connnection per proxy-pair
3235

3336
## License
3437

how.png

18.6 KB
Loading

0 commit comments

Comments
 (0)