live comment:在屏幕上向观众显示评论 源码
现场评论 如何设定 要求 节点 纱 Http服务器(可选) 服务器 克隆并构建 git clone https://github.com/ihiroky/live-comment.git cd live-comment yarn install yarn --cwd packages/comment build yarn --cwd packages/server build 配置http服务器(可选) 例如Nginx server { # Your server name server_name live-comment.ml; location /comment/ { alias /path/to/live-comment/packages/comment/build/; } location /app { proxy_pass http://
下载地址
用户评论