Home > Article > Backend Development > Froop: times faster file sharing via network
Froop is a command-line cli, written in Golang. Its aim is to share the file very fast and securely.
For the performance, it used compiled programming language, Golang.
go install github.com/happer64bit/froop
froop serve -a <ADDRESS> -p <port>
froop serve -a <ADDRESS> -p <port> --auth username:password
These benchmarking result are tested by a tool called oha.
Froop | http.server | |
---|---|---|
Total | 22.7559s | 1238.5834s |
Fastest | 00009s | .0121s |
Success Rate | 100.00% | 98.28% |
If you are looking ahead to support the development of the project, you can donate via crypto.
The above is the detailed content of Froop: times faster file sharing via network. For more information, please follow other related articles on the PHP Chinese website!