文件名称:tv-wall-pong:用于在多台电视上打乒乓球的 nodejs 服务器
文件大小:10KB
文件格式:ZIP
更新时间:2024-08-05 07:00:59
JavaScript
电视墙乒乓球 用于在多台电视上玩 Pong! 家 TV Wall pong 目前位于私人服务器上,托管在 发展 要设置为开发环境,请运行: git clone https://github.com/connected-tv/tv-wall-pong.git cd tv-wall-pong npm install npm start 9500 这应该在http://localhost:9500/上启动tv-wall-pong 。 设置和维护 要在服务器上进行设置,请运行: git clone https://github.com/connected-tv/tv-wall-pong.git cd tv-wall-pong npm install sudo npm install pm2 -g sudo pm2 start server.js 需要sudo命令才能访问端口 80,如果这是
【文件预览】:
tv-wall-pong-master
----public()
--------images()
--------scripts()
--------.keep(0B)
----server.js(398B)
----pong()
--------content()
--------api()
----lib()
--------pong-server.js(3KB)
----LICENSE.md(729B)
----README.md(1KB)
----kill-the-server.sh(70B)
----.gitignore(23B)
----package.json(664B)