goquic
goquic copied to clipboard
Is goquic suitable for non-http applications?
I most often see information regarding QUIC in conjunction with HTTP/2, but I'd like to use it for general purpose connections, perhaps for a multiplayer game server. Is this library general enough to use outside of the context of HTTP/2 applications, as a drop-in replacement for TCP thereabouts?
Not yet. As I know, there was some discussions about using QUIC as raw transport protocol on QUIC mailing list ( https://groups.google.com/a/chromium.org/forum/#!searchin/proto-quic/http/proto-quic/ZW15QLuLvoo/A35kdB20IAAJ ), though no one yet published well-formed working API.