goquic
goquic copied to clipboard
How to serve a Web page through goquic
Let's say I would like to serve this page https://www.example.org/ though goquic server similarly to this guide https://www.chromium.org/quic/playing-with-quic. Then on the client side, I would like to use Chrome.
How can I do that?
Thank you very much.
You might want to look at the example. It already serves files in /files endpoint.
https://github.com/devsisters/goquic/blob/master/example/server.go