文件名称:tao:用golang编写的异步TCP框架
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-01 11:17:49
Go
陶 轻量级TCP异步gOlang框架轻量级TCP初始框架,Go语言实现1.6.0 要求 Golang 1.9及更高版本 安装 go get -u -v github.com/leesper/tao 用法 50行的聊天服务器示例 package main import ( "fmt" "net" "github.com/leesper/holmes" "github.com/leesper/tao" "github.com/leesper/tao/examples/chat" ) // ChatServer is the chatting server. type ChatServer struct { * tao. Server } // NewChatServer returns a ChatServer. func NewChatServer () * ChatServe
【文件预览】:
tao-master
----workers.go(2KB)
----concurrent.go(7KB)
----message.go(7KB)
----server.go(9KB)
----DOC.md(37KB)
----doc.go(2KB)
----defs.go(3KB)
----LICENSE(11KB)
----metrics.go(1KB)
----examples()
--------pingpong()
--------echo()
--------chat()
--------timer()
----timer.go(5KB)
----conn.go(19KB)
----README.md(11KB)