Also worth watching the talk by the author https://www.youtube.com/watch?v=BvpRBdWwecU&ab_channel=dotconferences
On Thursday, 8 October 2020 at 17:36:12 UTC+1 Amnon wrote: > You can try https://github.com/lucas-clemente/quic-go > > You asked specifically about a builtin package i.e. a package in the > standard library. > But I am not sure what advantages locating new protocols into the standard > library > would bring. > > On Thursday, 8 October 2020 at 09:00:20 UTC+1 [email protected] wrote: > >> Hello people :D >> >> I just want to pop up to ask whether or not there will be a builtin >> package that implements QUIC for Go. >> >> As you may have already heard, the standardization for QUIC is almost >> done, many people are rushing to implement the protocol for their own >> product. >> >> Since more and more people is expected to use QUIC in the future, it >> could be beneficial to include it as part of the Go standard package, as >> doing so not only could provide a way for server developers to implement >> QUIC servers/client with ease, but it could also help the net/http >> implement to their QUIC transport for both it's server and client. >> >> So maybe consider it? >> >> Thanks! >> > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/77e07e31-352b-44ac-b9da-b0929f78fca8n%40googlegroups.com.
