devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

Is goquic suitable for non-http applications? #39

Open ghost opened 8 years ago

ghost commented 8 years ago

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?

hodduc commented 8 years ago

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.