README.md 287 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libp2p 'just tcp' example

## What this does
This example starts up a libp2p swarm that listens for tcp connections behind a
multistream muxer protocol of `/plaintext/1.0.0`. All connections made to it
will be echoed back.

## Building
```
$ go build
```

## Usage
```
$ ./justtcp
```