This website requires JavaScript.
Explore
Help
Sign In
zhangdeman
/
websocket
Watch
1
Star
0
Fork
0
You've already forked websocket
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
26
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
张德满
27ecf09b78
update go mod
2021-04-19 12:07:28 +08:00
abstract
升级ICommand约束 && 增加日志记录
2021-04-18 21:55:41 +08:00
config
支持配置启动PPROF
2021-04-19 00:03:25 +08:00
context
解决并发情况下,TraceID可能互相覆盖问题
2021-04-18 20:11:48 +08:00
example
支持配置启动PPROF
2021-04-19 00:03:25 +08:00
message
增加建立以及断开连接时,移除连接
2021-04-08 18:36:17 +08:00
storage
升级默认的连接管理的实现
2021-04-17 23:58:26 +08:00
.gitignore
server支持自定义配置
2021-04-17 21:41:40 +08:00
construct.go
支持配置启动PPROF
2021-04-19 00:03:25 +08:00
define.go
升级ICommand约束 && 增加日志记录
2021-04-18 21:55:41 +08:00
go.mod
update go mod
2021-04-19 12:07:28 +08:00
go.sum
update go mod
2021-04-19 12:07:28 +08:00
LICENSE
Initial commit
2021-03-27 18:22:23 +08:00
README.md
增加基础的接口约束
2021-03-27 19:24:08 +08:00
README.md
介绍
作用
基础的websocket长连接框架,屏蔽ws基础细节,只关注业务开发即可
Description
长链接
Readme
220
KiB
Languages
Go
100%