This is the official FileUber repository. File uber is a cross-platform application that helps you deploy an http server on your local host and make files in a shared folder accessible to all clients that connect to your workstation. Note that this is a project under development.
As of now the binaries haven't been built yet so to deploy the applicaction run wails dev
. This will create a temporary development server
To build a redistributable, production mode package, use wails build
.
"# fileuber"
- Optimize server
- Implement authentication
- Write a good readme
- Improve UI
- Test on all platforms
- Limit downloads
- Add folder compression download
- Write production ready code