All Projects → nwtgck → go-piping-server

nwtgck / go-piping-server

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

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to go-piping-server

piping-screen-share-web
🖥️ Screen Share via Piping Server with End-to-End Encryption
Stars: ✭ 49 (+188.24%)
Mutual labels:  piping-server
piping-ssh-web
SSH over HTTPS via Piping Server on Web browser
Stars: ✭ 60 (+252.94%)
Mutual labels:  piping-server
piping-server-streaming-upload-htmls
fetch()'s streaming upload feature over Piping Server
Stars: ✭ 30 (+76.47%)
Mutual labels:  piping-server
piping-vnc-web
VNC over pure HTTPS via Piping Server on Web browser
Stars: ✭ 57 (+235.29%)
Mutual labels:  piping-server
piping-chat-web
💬 Chat via Piping Server with End-to-End Encryption
Stars: ✭ 22 (+29.41%)
Mutual labels:  piping-server

go-piping-server

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

Install for Ubuntu

wget https://github.com/nwtgck/go-piping-server/releases/download/v0.4.0/go-piping-server-0.4.0-linux-amd64.deb
sudo dpkg -i go-piping-server-0.4.0-linux-amd64.deb 

Install for macOS

brew install nwtgck/go-piping-server/go-piping-server

Install for Windows

Download

Get more executables in the releases.

Docker

docker run -p 8181:8080 nwtgck/go-piping-server

Server options

Infinitely transfer between any device over pure HTTP

Usage:
  go-piping-server [flags]

Flags:
      --crt-path string     Certification path
      --enable-http3        Enable HTTP/3 (experimental)
      --enable-https        Enable HTTPS
  -h, --help                help for go-piping-server
      --http-port uint16    HTTP port (default 8080)
      --https-port uint16   HTTPS port (default 8443)
      --key-path string     Private key path
      --version             show version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].