Northlan's lightwight concurrent server framework. 轻量级并发服务端框架(TCP/UDP/Websocket,除http外)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
NoahLan 10f91288bc fix: 修复普通heartbeat以及ws-heartbeat的return问题 9 months ago
component feat: 暂且使用。 2 years ago
config refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
conn refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
event fix: 修复event为goroutine 9 months ago
middleware fix: 修复普通heartbeat以及ws-heartbeat的return问题 9 months ago
packet refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
protocol refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
router refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
scheduler refactor: 重构,修复包引用问题;添加rtu相关连接封装 12 months ago
serialize refactor: 更新到1.18,interface{} 替换为 any 12 months ago
session refactor: 更新到1.18,interface{} 替换为 any 12 months ago
test refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
.gitignore first commit 2 years ago
LICENSE first commit 2 years ago
README.md feat: 暂且使用。 2 years ago
client_tcp.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
client_ws.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
engine.go fix: 修复启动顺序。 9 months ago
go.mod refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
go.sum refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
options.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
server_serial.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
server_tcp.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
server_ws.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago
ws.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 11 months ago

README.md

NNet 轻量级 TCP/WS/UDP 网络库

===

封装了