Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 8 days ago
JSON representation

Example server and client of quic-protocol with implementation in pure Go

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)