Skip to content

2.0版本发布

Compare
Choose a tag to compare
@orestonce orestonce released this 17 Apr 16:04
· 59 commits to master since this release
Usage of ./ChessServer:
  -l string
        监听地址 (default "127.0.0.1:8912")
  -sp string
        数据库路径 (default "ChessGame")
  -wsp string
        websocket访问路径 (default "/ChessGame")

命令行启动ChessServer,如果前端没有nginx代理,建议监听所有ip地址(0.0.0.0)的端口,例子:

./ChessServer -l :8921 -sp db-path