天天看点

幼麟棋牌搭建

1.下载安装mysql(5.7.17)

2.创建数据库,执行sql语句

3.安装nodejs(4.6.2)【必须,node10以上版本express不能正常运行】

4.执行server目录下三个服务器

5.creator打开client目录,运行游戏

问题1:WebSocket failed: Error during WebSocket handshake: Unexpected response code: 400 。 客户端总是连不上游戏服务器1000端口。

  换成10001端口,可以用。

问题2:现在在vscode中调试,最少需要nodejs 8.x ,测试安装8.x后server跑不起来,只能换回node4.6.2

nvm list

nvm install 4.6.2

nvm use 4.6.2

幼麟棋牌搭建