An open API service indexing awesome lists of open source software.

https://github.com/nerdalert/quic-client-server

Simple example of a Quic Client/Server
https://github.com/nerdalert/quic-client-server

Last synced: 9 months ago
JSON representation

Simple example of a Quic Client/Server

Awesome Lists containing this project

README

          

# quic-client-server

Simple example of a Quick Client/Server

### Build

```
go build
```

### Run

Start the server:

```
quic-udp-linux server 192.168.1.201:34000
```

Start the client:

```
client: quic-udp-linux client 192.168.1.201:34000
```