repository
0.0.0-20220728110329-380824da29a2
Repository: https://github.com/xieyuschen/quic-example.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
quic-example
This reporsitory aims to help user get familiar with the quic and use quic in the real app. It develops some demo based on the quic-go library and expands the example showed in the reporsitory.
Content
Keep updating...
Example | Description |
---|---|
Echo demo | Echo demo comes from the quic-go/example and it aims to help users to learn it better and more quickly |
Echo-cli | The echo-cli provides the seperated server and client to make a demo for echo case. It mainly focuses on some details when using quic and make some discussions about quic. |
Capture packets during echo | This part uses wireshark to capture the echo packets and analyzes the whole processes. |
Handling multiple servers | Implement quic server which can handle multiple streams. |
Set option on listener | How to set options on listener as the net ListenConfig. |
Framework implementation details | This part focuses on some mechanism during building quic-go |
Contribute
Feel free to create PR to enhance this project.