Open GaetanoCarlucci opened 8 years ago
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.
/files
https://github.com/devsisters/goquic/blob/master/example/server.go
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.