# share_app **Repository Path**: xuezhy/share_app ## Basic Information - **Project Name**: share_app - **Description**: 这个文件传输桌面应用程序是用 Electron.js、Node.js 和 Vue.js 构建的。该桌面应用程序适用于连接在同一网络中的设备 - **Primary Language**: NodeJS - **License**: MIT - **Default Branch**: dependabot/npm_and_yarn/electron-24.1.3 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-08 - **Last Updated**: 2025-04-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ShareRoom This File transfer desktop application built with Electron.js, Node.js, Vue.js. This desktop application works for devices that are connected to the same network. ## How it works First all devices with this application will have to be connected to the same network. One application creates a share room, this computer will be the host computer that keeps tracks of files added to this room. Other devices in the network will scan for available room, then join any open rooms. All devices in a room can share and download files shared to the room. ## Screenshots ## Install ```bash $ git pull https://github.com/Hubertformin/share_app.git $ cd share_app && yarn install ``` ## Developing #### Running the local development server ```bash $ yarn dev ``` #### Building ```bash $ yarn build ```