{"id":13587118,"url":"https://github.com/nwtgck/tiny-http-piping-server-rust","last_synced_at":"2025-06-13T10:09:04.910Z","repository":{"id":48295801,"uuid":"198459340","full_name":"nwtgck/tiny-http-piping-server-rust","owner":"nwtgck","description":"Piping Server written in Rust with tiny-http","archived":false,"fork":false,"pushed_at":"2022-01-16T04:33:54.000Z","size":69,"stargazers_count":5,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-13T10:05:04.386Z","etag":null,"topics":["data-transfer","piping-server","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nwtgck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-23T15:34:53.000Z","updated_at":"2025-02-20T14:18:05.000Z","dependencies_parsed_at":"2022-07-24T23:02:21.368Z","dependency_job_id":null,"html_url":"https://github.com/nwtgck/tiny-http-piping-server-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nwtgck/tiny-http-piping-server-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftiny-http-piping-server-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftiny-http-piping-server-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftiny-http-piping-server-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftiny-http-piping-server-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nwtgck","download_url":"https://codeload.github.com/nwtgck/tiny-http-piping-server-rust/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nwtgck%2Ftiny-http-piping-server-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259624723,"owners_count":22886328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-transfer","piping-server","rust"],"created_at":"2024-08-01T15:06:01.940Z","updated_at":"2025-06-13T10:09:04.873Z","avatar_url":"https://github.com/nwtgck.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# tiny-http-piping-server\n[![CircleCI](https://circleci.com/gh/nwtgck/tiny-http-piping-server-rust.svg?style=shield)](https://circleci.com/gh/nwtgck/tiny-http-piping-server-rust) [![](https://images.microbadger.com/badges/image/nwtgck/tiny-http-piping-server-rust.svg)](https://microbadger.com/images/nwtgck/tiny-http-piping-server-rust \"Get your own image badge on microbadger.com\")\n\nPiping Server written in Rust ([tiny-http](https://github.com/tiny-http/tiny-http))\n\n## Purpose\n**Faster Piping Server than ever**  \nThis has the same purpose as \u003chttps://github.com/nwtgck/piping-server-rust\u003e.\n\n* Faster is better\n* Low memory cost\n* Machine-friendly implementation\n\n## Why Rust?\nSafe, Fast and No garbage collection (GC)\n\n## Why tiny-http?\nThe project above uses [Hyper](https://github.com/hyperium/hyper). However, tiny-http is easier to write low level HTTP server.\n\n## Run a server\nYou can choose Cargo or Docker to run a server.\n\n### Cargo\n```rs\ncargo run --release\n```\n\n### Docker\nRun a Piping server on \u003chttp://localhost:8181\u003e by the following command.\n\n```rs\n docker run -p 8181:8080 --init nwtgck/tiny-http-piping-server-rust\n```\n\n### Server-side help\n\n```txt\nPiping Server in Rust (tiny-http)\n\nUSAGE:\n    tiny-http-piping-server [OPTIONS]\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n        --http-port \u003chttp-port\u003e    HTTP port [default: 8080]\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Ftiny-http-piping-server-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwtgck%2Ftiny-http-piping-server-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwtgck%2Ftiny-http-piping-server-rust/lists"}