devsisters / goquic

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

Stream interface #10

Open jbenet opened 8 years ago

jbenet commented 8 years ago

Below HTTP, QUIC has a powerful stream muxer. It would be great to have access to this interface, and thus to have a Listen() (Conn, error) function much like quic.Dial. (Or is there a way to do this that I'm not seeing?)

jbenet commented 8 years ago

in particular, would be fantastic to match the excellent interfaces of https://github.com/hashicorp/yamux or https://github.com/inconshreveable/muxado

serialx commented 8 years ago

Thanks! I will have a look at it. :)

progrium commented 8 years ago

👍

Grygoree commented 8 years ago

Also interested in this.