文件名称:DrawingApp:使用SocketIO和p5.js的实时绘图应用
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-01 18:05:05
nodejs socket-io p5js drawing-app realtime-application
SocketIO绘图应用 如何使用socketIO在多个浏览器实例之间创建简单通信的基本示例。 入门 开始使用Node # Install dependencies for server npm install # Run the server node server 开始使用Docker # Building the image docker build --tag socketiodrawing . # Run the image in a container docker run -d -p 3000:3000 socketiodrawing 作者 加布里埃尔·坦纳(Gabriel Tanner) 支持我 执照 此项目已获得MIT许可证的许可-有关详细信息,请参阅文件。
【文件预览】:
DrawingApp-master
----.eslintrc.json(2KB)
----.gitignore(12B)
----app.js(114B)
----Dockerfile(132B)
----package.json(498B)
----package-lock.json(24KB)
----.dockerignore(19B)
----LICENSE(1KB)
----public()
--------sketch.js(2KB)
--------index.html(1KB)
--------styles.css(888B)
----README.md(943B)
----renovate.json(41B)
----server.js(1KB)