https://github.com/sshaplygin/quic-example
Example server and client of quic-protocol with implementation in pure Go
https://github.com/sshaplygin/quic-example
client-server example gin-gonic golang quic-protocol
Last synced: 3 months ago
JSON representation
Example server and client of quic-protocol with implementation in pure Go
- Host: GitHub
- URL: https://github.com/sshaplygin/quic-example
- Owner: sshaplygin
- License: mit
- Created: 2019-07-09T04:40:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T14:04:51.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T02:33:46.031Z (12 months ago)
- Topics: client-server, example, gin-gonic, golang, quic-protocol
- Language: Go
- Homepage:
- Size: 29.3 KB
- Stars: 11
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
quic-example
=====
Simple client and server in pure go by quic-protocol with usage Gin Web framework.
Certs and key from [link](https://github.com/lucas-clemente/quic-go/tree/master/internal/testdata)
## Links
* [QUIC Draft](https://github.com/quicwg/base-drafts)
* [Pure implementation](https://github.com/lucas-clemente/quic-go)
* [Gin-gonic framework](https://github.com/gin-gonic/gin)
* [More examples](https://github.com/quic-go/quic-go/tree/master/example)