hashicorp / yamux

Golang connection multiplexing library
Mozilla Public License 2.0
2.25k stars 236 forks source link

Named connections(routing) #64

Closed ilgooz closed 3 years ago

ilgooz commented 6 years ago

Hi, I've started Bon to be able to Open and Accept connections by their route names. With named connections, you can start and handle them like you do with http handlers. This way it is easier to group your connections by their use purposes. So, please check out if you feel like you need them too!

AhMyth commented 5 years ago

Bon is simple, small and really Great library