Giter Site home page Giter Site logo

akbarb24 / piping-server-rust Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nwtgck/piping-server-rust

0.0 1.0 0.0 277 KB

Infinitely transfer between every device over pure HTTP, designed for everyone using Unix pipe and even for browser users

License: MIT License

Rust 89.98% Dockerfile 1.98% HTML 8.04%

piping-server-rust's Introduction

piping-server

CI CircleCI Docker Image Size (latest by date)

Deploy

Piping Server written in Rust

Purpose

Faster Piping Server than ever

  • Faster is better
  • Low memory cost
  • Machine-friendly implementation

Why Rust?

Safe, Fast and No garbage collection (GC)

Run a server

You can choose some ways to run a server.

Way 1: Binary

Executable files are available on GitHub Release for Linux and macOS. You can download it and run it.

The executable file for Linux is portable because it is statically linked.

Way 2: Docker

Run a Piping Server on http://localhost:8181 by the following command.

docker run -p 8181:8080 --init nwtgck/piping-server-rust

Way 3: Cargo

You can clone, build and run this project as follows.

git clone https://github.com/nwtgck/piping-server-rust.git
cd piping-server-rust
cargo run --release

Server-side help

Piping Server in Rust

USAGE:
    piping-server [FLAGS] [OPTIONS]

FLAGS:
        --enable-https    Enable HTTPS
    -h, --help            Prints help information
    -V, --version         Prints version information

OPTIONS:
        --crt-path <crt-path>        Certification path
        --http-port <http-port>      HTTP port [default: 8080]
        --https-port <https-port>    HTTPS port
        --key-path <key-path>        Private key path

piping-server-rust's People

Contributors

nwtgck avatar dependabot-preview[bot] avatar jsarenik avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.