Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 409 Bytes

readme.md

File metadata and controls

32 lines (22 loc) · 409 Bytes

目的

由 pinus chat 做簡易修改成多數 connector & 多數 chat server

啟動方式

  1. 執行npm-install.bat或npm-install.sh

  2. 編譯遊戲伺服器

cd game-server

npm run build
  1. 啟動遊戲伺服器
cd dist

node app
  1. 啟動網頁伺服器
cd web-server

node app
  1. 進入客戶端網頁

http://127.0.0.1:3001/index.html