Skip to content

skynet 的 websocket 版 gate,适用于 watchdog 模式

Notifications You must be signed in to change notification settings

xzhovo/skynet-websocket-gate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Skynet websocket gate 服务

这是基于 Skynet 官方 websocket 分支 的 websocket 版 ws_gate 服务,功能同 原版 gate

准备
将本目录下 websocket.lua 中的 forward 函数加入 .\lualib\http\websocket.lua,或者比对替换

使用
在需要 websocket.write 的服务中引入 local websocket = require "http.websocket" 并调用 websocket.forward(fd, protocol, addr)
forwardkick 和原版一致

注意
无法支持 websockets,建议反向代理

About

skynet 的 websocket 版 gate,适用于 watchdog 模式

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages