whyrusleeping / go-smux-multiplex

multiplex implementation of go-stream-muxer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-smux-multiplex - a go-stream-muxer shim for multiplex

This is an implementation of the go-stream-muxer interface for multiplex. For more information, see that repo.

Installation

go get -d github.com/whyrusleeping/go-smux-multiplex
cd $GOPATH/src/github.com/whyrusleeping/go-smux-multiplex
make deps

About

multiplex implementation of go-stream-muxer

License:MIT License


Languages

Language:Go 80.9%Language:Makefile 19.1%