Closed lxzan closed 1 year ago
https://github.com/lxzan/gws
package main import "github.com/lxzan/gws" func main() { gws.NewServer(new(gws.BuiltinEventHandler), nil).Run(":6666") }
项目地址
https://github.com/lxzan/gws
Quick Start