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
NorthLan e9bb90ba8c wip: 构思新的event系统。 12 months ago
component feat: 暂且使用。 2 years ago
config wip: 构思新的event系统。 12 months ago
connection wip: 构思新的event系统。 12 months ago
event wip: 构思新的event系统。 12 months ago
lifetime refactor: 重构,更优雅的使用方式。 1 year ago
middleware refactor: 重构,修复包引用问题;添加rtu相关连接封装 1 year ago
packet wip: 构思新的event系统。 12 months ago
protocol refactor: 更新到1.18,interface{} 替换为 any 1 year ago
router refactor: 更新到1.18,interface{} 替换为 any 1 year ago
scheduler refactor: 重构,修复包引用问题;添加rtu相关连接封装 1 year ago
serialize refactor: 更新到1.18,interface{} 替换为 any 1 year ago
session refactor: 更新到1.18,interface{} 替换为 any 1 year ago
test feat: 添加rtu监听开启. 1 year ago
.gitignore first commit 2 years ago
LICENSE first commit 2 years ago
README.md feat: 暂且使用。 2 years ago
client_tcp.go wip: 构思新的event系统。 12 months ago
client_ws.go wip: 构思新的event系统。 12 months ago
engine.go feat: 添加rtu监听开启. 1 year ago
go.mod wip: 构思新的event系统。 12 months ago
go.sum wip: 构思新的event系统。 12 months ago
options.go feat: 添加rtu监听开启. 1 year ago
server_serial.go refactor: 修改rtu为serial,rtu仅限于modbus,是应用层协议而非传输层。 1 year ago
server_tcp.go feat: 添加rtu监听开启. 1 year ago
server_ws.go wip: 构思新的event系统。 12 months ago

README.md

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

===

封装了