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 a9af2de8cb fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
component feat: 暂且使用。 1 year ago
config fix: 修复当未设置size时为0的问题。 5 months ago
conn feat: 添加两个channel size的配置。更新依赖。 5 months ago
event fix: 修复因为goroutine导致ws无法正常发送数据的问题。 8 months ago
middleware fix: 修复因为goroutine导致ws无法正常发送数据的问题。 8 months ago
packet refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 10 months ago
protocol refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 10 months ago
router refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 10 months ago
scheduler refactor: 重构,修复包引用问题;添加rtu相关连接封装 11 months ago
serialize refactor: 更新到1.18,interface{} 替换为 any 11 months ago
session refactor: 更新到1.18,interface{} 替换为 any 11 months ago
test fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
.gitignore first commit 2 years ago
LICENSE first commit 2 years ago
README.md feat: 暂且使用。 1 year ago
client_tcp.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 10 months ago
client_ws.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 10 months ago
engine.go fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
go.mod fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
go.sum fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
options.go fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
server_serial.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 10 months ago
server_tcp.go fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
server_ws.go fix: 移除 ants 依赖,直接使用 goroutine,拒绝提前优化。 4 months ago
ws.go refactor: 取消pipeline/lifetime/scheduler,添加事件处理机制。 10 months ago

README.md

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

===

封装了