goquic icon indicating copy to clipboard operation
goquic copied to clipboard

Is goquic suitable for non-http applications?

Open ghost opened this issue 8 years ago • 1 comments

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?

ghost avatar Aug 27 '16 19:08 ghost

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.

hodduc avatar Sep 13 '16 09:09 hodduc