piping-server-rust VS uploadserver

Compare piping-server-rust vs uploadserver and see what are their differences.

piping-server-rust

Infinitely transfer between every device over pure HTTP with pipes or browsers (by nwtgck)

uploadserver

Simple Rust file server which lets you upload, share, and download files from a web browser. Ready-to-run binaries for Windows, Mac, and Linux. Free/Open-Source alternative to AirDrop/Dropbox for transferring files on your local network without having to install anything. A more sophisticated version of `python3 -m http.server 8000`. (by akovacs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
piping-server-rust uploadserver
2 6
275 23
- -
8.9 0.0
3 days ago almost 2 years ago
Rust Rust
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

piping-server-rust

Posts with mentions or reviews of piping-server-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • LANDrop – Drop any files to any devices on your LAN
    13 projects | news.ycombinator.com | 24 Aug 2023
    https://github.com/nwtgck/piping-server-rust/releases/expand...

    https://github.com/nwtgck/go-piping-server/releases/expanded...

    There is also a Typescript version.

    Unlike MagicWormhole, this does not require Python. Any HTTP client will do, whether graphical browser, text-only browser, curl, anything that can make HTTP requests. Javascript is optional.

    There is an example server run by the author for testing but unlike MagicWormhole it is not a default; the address is not found anywhere in the source code.

    https://ppng.io/noscript

    Magic Wormhole, or PAKE in general, might be well-suited for transferring files between two or more parties, but here the question was about transferring files between two computers operated by the same party.

  • Secure TCP tunnel from anywhere with curl and nc for single connection
    13 projects | dev.to | 11 May 2022
    All communication outside is complete in HTTP/HTTPS. The protocol is also familiar, widely used, accepted, and trusted already. Piping Server is open on GitHub, developed in TypeScript and Node.js. Other implementations in Rust and Go are provided as open-source. The server is designed to keep simple as possible to verify the source and reduce the potential of bugs.

uploadserver

Posts with mentions or reviews of uploadserver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-10.
  • LocalSend: Open-source, cross-platform file sharing to nearby devices
    35 projects | news.ycombinator.com | 10 Mar 2024
    You first start one server on a desktop/laptop which has the software, and then any client (Android, iOS, PlayStation, Kindle, etc) with a web browser (no need to install any client software) can upload or download files from it.

    You can download prebuilt binaries for x86-64 Linux, Windows, or Mac OS (sorry, no prebuilt binaries for Apple Silicon, but they could be added if there is sufficient demand) from https://github.com/akovacs/uploadserver/releases/ or compile from source using a nightly rust toolchain if you prefer.

    Compared to cloud services or `python -m http.server 8000`, this is extremely fast since the server is written in rust, it is fairly simple (compiled and stripped binary is typically less than 3MB), it sends everything over local LAN, it seems to handle large files (over 4GB) fairly well, and you only need to install the software on one machine.

    For additional details, please see: https://news.ycombinator.com/item?id=39665095

  • Localsend: Open-Source Airdrop Alternative
    32 projects | news.ycombinator.com | 18 Oct 2023
    If you don't have a network connection, you can setup an adhoc hotspot on any Android 9+ (Settings > Network & internet > Hotspot & tethering https://support.google.com/android/answer/9059108) or iPhone (Settings > Personal Hotspot), then connect to it using any WiFi-enabled device.

    A useful filesharing utility that a friend wrote is https://github.com/akovacs/uploadserver - it's basically a nicer version of:

        python -m http.server 8000
  • Croc: Easily and securely send things from one computer to another
    10 projects | news.ycombinator.com | 22 Sep 2023
    Basically just start the file server, and then navigate to it using the web browser of your choice on any device (no need for a client application).

    Download prebuilt binaries from https://github.com/akovacs/uploadserver/releases/

    Or install from source if you prefer:

        # install rust toolchain
  • LANDrop – Drop any files to any devices on your LAN
    13 projects | news.ycombinator.com | 24 Aug 2023
    A similar utility (much more bare-bones though) that a friend wrote is https://github.com/akovacs/uploadserver

    It works on Windows, Mac, and Linux, and therefore should probably work on FreeBSD as well if you can install a Rust toolchain:

        pkg install curl
  • OpenDrop: An open Apple AirDrop implementation written in Python
    13 projects | news.ycombinator.com | 2 Jan 2022
    Another option (also not Airdrop compatible) is https://github.com/akovacs/uploadserver which is a Rust (Rocket) web server that you can run on a local machine. Open a browser and navigate to the machine's IP address at port 8000 to upload/download files from the web form.

What are some alternatives?

When comparing piping-server-rust and uploadserver you can also consider the following projects:

piping-ssh-web - SSH over HTTPS via Piping Server on Web browser

webwormhole - Peer authenticated WebRTC.

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

sharedrop - Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop

yamux-cli - Multiplexing TCP and UDP using yamux

qrsend - ⌨ Send files over WIFI by scanning QR code in terminal

go-piping-server - Piping Server written in Go language (original: https://github.com/nwtgck/piping-server)

NearDrop - An unofficial Google Nearby Share app for macOS

openssl-aes-ctr-stream-npm - OpenSSL-compatible AES CTR encryption/decryption for stream

rymdport - Cross-platform application for easy encrypted file, folder, and text sharing between devices.

piping-vnc-web - VNC client over pure HTTPS via Piping Server on Web browser

shareviahttp - Share Via Http - Android