# threejs-websocket-demo **Repository Path**: dataup/threejs-websocket-demo ## Basic Information - **Project Name**: threejs-websocket-demo - **Description**: 使用express+express-ws构建后台服务驱动three.js创建的3D图形实时运动 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-15 - **Last Updated**: 2023-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # threejs-websocket-demo 使用express+express-ws构建后台服务驱动three.js创建的3D图形实时运动 ## 后端运行 ```$xslt $ cd server $ npm i $ npm run start ``` ## demo展示 ``` index.html ```