文件名称:tao-1.6.0
- 所属分类:
- Internet/网络编程
- 资源属性:
- 上传时间:
- 2018-03-13
- 文件大小:
- 39kb
- 下载次数:
- 0次
- 提 供 者:
- wha***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Tao 是一个轻量级的 TCP 异步框架,使用 Go 语言实现。Tao提供了一种用框架支撑业务逻辑的机制。你只需要与客户端定义好消息格式,然后将对应的业务逻辑编写成函数注册到框架中就可以了。(Tao is a lightweight TCP asynchronous fr a mework implemented in the Go language. Tao provides a mechanism for supporting business logic with a fr a mework. You only need to define the good message format with the client, and then write the corresponding business logic as a function to register in the fr a mework.)
相关搜索: tcp
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
tao-1.6.0 | 0 | 2017-08-25 |
tao-1.6.0\DOCUMENTATION.md | 24481 | 2017-08-25 |
tao-1.6.0\LICENSE | 11346 | 2017-08-25 |
tao-1.6.0\README.md | 10721 | 2017-08-25 |
tao-1.6.0\concurrent.go | 6713 | 2017-08-25 |
tao-1.6.0\conn.go | 19586 | 2017-08-25 |
tao-1.6.0\defs.go | 3298 | 2017-08-25 |
tao-1.6.0\doc.go | 2090 | 2017-08-25 |
tao-1.6.0\examples | 0 | 2017-08-25 |
tao-1.6.0\examples\chat | 0 | 2017-08-25 |
tao-1.6.0\examples\chat\chat_message.go | 1008 | 2017-08-25 |
tao-1.6.0\examples\chat\client | 0 | 2017-08-25 |
tao-1.6.0\examples\chat\client\client.go | 1236 | 2017-08-25 |
tao-1.6.0\examples\chat\server | 0 | 2017-08-25 |
tao-1.6.0\examples\chat\server\server.go | 1183 | 2017-08-25 |
tao-1.6.0\examples\echo | 0 | 2017-08-25 |
tao-1.6.0\examples\echo\client | 0 | 2017-08-25 |
tao-1.6.0\examples\echo\client\client.go | 1095 | 2017-08-25 |
tao-1.6.0\examples\echo\echo_message.go | 890 | 2017-08-25 |
tao-1.6.0\examples\echo\server | 0 | 2017-08-25 |
tao-1.6.0\examples\echo\server\server.go | 1298 | 2017-08-25 |
tao-1.6.0\examples\pingpong | 0 | 2017-08-25 |
tao-1.6.0\examples\pingpong\client | 0 | 2017-08-25 |
tao-1.6.0\examples\pingpong\client\client.go | 781 | 2017-08-25 |
tao-1.6.0\examples\pingpong\client\start.sh | 56 | 2017-08-25 |
tao-1.6.0\examples\pingpong\pingpong_message.go | 1088 | 2017-08-25 |
tao-1.6.0\examples\pingpong\server | 0 | 2017-08-25 |
tao-1.6.0\examples\pingpong\server\server.go | 1340 | 2017-08-25 |
tao-1.6.0\examples\timer | 0 | 2017-08-25 |
tao-1.6.0\examples\timer\time_display.go | 602 | 2017-08-25 |
tao-1.6.0\message.go | 6877 | 2017-08-25 |
tao-1.6.0\metrics.go | 1450 | 2017-08-25 |
tao-1.6.0\server.go | 9421 | 2017-08-25 |
tao-1.6.0\timer.go | 4831 | 2017-08-25 |
tao-1.6.0\workers.go | 1932 | 2017-08-25 |