# README
HTTP3 FILE SERVER
Basic http3 file server made with gin framework and quic.
Features
- ⚡Faster data transmission than http & tcp
- 🔐 Encrypted by default
- Realiable
- Cross platform
Demo
Installation
To install the project you can download compiled application or build your own
Files | Link |
---|---|
Linux arm64 | #Download |
Exar |
To build server
go build s1.go
To build client
go build c2.go