anonchat

👥 基于 web socket 的匿名匹配聊天

6
1
Vue

anonchat

运行步骤

服务端

cd server

npm install

node index.js

客户端

cd client

npm install

npm run serve