Piping Server

Transfer infinite data streams between devices using pure HTTP. Enjoy zero-installation, secure, and storageless file sharing via browsers or the command line.

Transfer any kind of data infinitely across devices using pure HTTP streams. Designed for simplicity and security, this solution allows you to send and receive files, text streams, or video protocols without installing any extra software. Because it relies entirely on standard HTTP requests, you can initiate transfers using widely available tools like a standard web browser or the command-line utility curl.

Key benefits include:

  • Infinite data streaming: Move massive amounts of data efficiently without file size limits.
  • Zero installation required: Works out of the box with pre-installed tools on almost any operating system.
  • Storageless architecture: Enhances security by ensuring the server never saves or stores your data during transit.
  • Multi-receiver support: Send a single data stream to multiple recipients simultaneously.
  • Self-hosting capabilities: Easily deploy your own instance using Docker or portable binaries for complete control.

Directory Structure

piping-server
logs
docker-compose.yml
.env

docker-compose.yml

services:
  piping-server:
    image: nwtgck/piping-server
    restart: unless-stopped
    ports:
      - "8080:80"
    # Optional: Uncomment to persist logs if configured
    # volumes:
    #   - ./logs:/var/log/piping-server

.env

# No sensitive environment variables required for the default setup.
# Configuration is primarily handled via command-line arguments if needed.

Share:

Ad
Favicon

 

  
 

Similar to Piping Server

Favicon

 

  
  
Favicon

 

  
  
Favicon