SP 协议的 Go 实现:Mangos

jopen 9年前

Mangos 是一个用纯 Go 语言实现的 ("Scalable Protocols") 协议。这在 Go Channels 中被重度使用,但在内部却可在缺少 cgo 的情况下进行操作。Mangos 无需依赖第三方库。Scalable Protocol 的参考实现可看 nanomsg。

安装方法:$ go get github.com/gdamore/mangos

测试方法:$ go test github.com/gdamore/mangos/test


项目主页:http://www.open-open.com/lib/view/home/1421138934734