go-netty:受netty启发的可扩展网络应用程序框架

时间:2021-05-04 23:42:18
【文件属性】:
文件名称:go-netty:受netty启发的可扩展网络应用程序框架
文件大小:61KB
文件格式:ZIP
更新时间:2021-05-04 23:42:18
netty net go-netty Go 上网 介绍 中间人网状很大程度上受到启发 特征 可扩展的传输支持,默认支持TCP, 可扩展的编解码器支持 基于责任链模型 零依赖 文献资料 例子 tcp_server redis_cli 上网样本 快速开始 package main import ( "fmt" "strings" "github.com/go-netty/go-netty" "github.com/go-netty/go-netty/codec/format" "github.com/go-netty/go-netty/codec/frame" ) func main () { // child pipeline initializer var childInitializer = func ( channel netty. Channel ) { channel . Pipeline ()
【文件预览】:
go-netty-master
----.travis.yml(300B)
----handler.go(10KB)
----bootstrap.go(5KB)
----exception.go(2KB)
----doc.go(621B)
----README-zh.md(4KB)
----context.go(4KB)
----options.go(3KB)
----LICENSE(11KB)
----pipeline.go(6KB)
----.gitignore(192B)
----bootstrap_test.go(6KB)
----transport()
--------transport.go(4KB)
--------transport_test.go(1KB)
--------options.go(2KB)
--------buffered.go(1KB)
--------tcp()
----go.sum(0B)
----channel.go(7KB)
----README.md(4KB)
----utils()
--------reader.go(2KB)
--------reader_test.go(3KB)
--------assert.go(1KB)
----codec()
--------codec.go(1KB)
--------xhttp()
--------frame()
--------format()
----pipeline_test.go(2KB)
----go.mod(45B)

网友评论