project WHY(Web Hub Yard): Connection Hub
ConnHub is simple text/file sharing hub for local network.
- Share text by typing in text area.
- Upload file to share inside local network.
- Text and file list are synced every 3 seconds.
desktop version
go mod init example.com
go mod tidy
go build -ldflags="-s -w" -trimpath server.goandroid version
gradlew.bat clean
gradlew.bat [assembleRelease|assembleDebug]
cd android/app/build/outputs/apk/debug