whyrusleeping / go-smux-spdystream

spdystream implementation of go-stream-muxer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

Installation

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

About

spdystream implementation of go-stream-muxer

License:MIT License


Languages

Language:Go 96.6%Language:Makefile 3.4%