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
- Host: GitHub
- URL: https://github.com/nerdalert/quic-client-server
- Owner: nerdalert
- License: apache-2.0
- Created: 2023-01-17T13:31:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T14:16:43.000Z (over 3 years ago)
- Last Synced: 2025-04-11T22:53:13.632Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```