# video-chat-app **Repository Path**: boss-zhijie/video-chat-app ## Basic Information - **Project Name**: video-chat-app - **Description**: webRTC视频聊天应用 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-27 - **Last Updated**: 2023-01-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Socket, React ## README ### webRTC视频聊天应用 #### 前端文件夹:frontend ``` 执行 npm install 启动 npm start ``` #### 后台服务 rear ``` 执行 npm install 启动 npm run dev ```