Home  >  Article  >  Backend Development  >  Froop: times faster file sharing via network

Froop: times faster file sharing via network

Susan Sarandon
Susan SarandonOriginal
2024-09-20 18:15:31853browse

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.

Installation

go install github.com/happer64bit/froop

Usage

Start Server

froop serve -a <ADDRESS> -p <port>

With Auth

froop serve -a <ADDRESS> -p <port> --auth username:password

Benchmarking

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%

Dontation

If you are looking ahead to support the development of the project, you can donate via crypto.

  • TON - UQBZXR35Z7KYeuwdqfZIDgAl6_wQxTbYuvRqT9I6CVonX0f_
  • SOLANA - EK48PtUR2vXA7wTzUiNuUpmS6peXWWmmrqncNxFn3sL7
  • ERC20 - 0x6e47eDAdA0A25f38f2c2e3851256E455ed17A8A0

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn