Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UE2020/railroute
A simple, blazing fast TCP router.
https://github.com/UE2020/railroute
Last synced: 11 days ago
JSON representation
A simple, blazing fast TCP router.
- Host: GitHub
- URL: https://github.com/UE2020/railroute
- Owner: UE2020
- License: gpl-2.0
- Created: 2021-01-31T19:00:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-25T23:13:55.000Z (about 2 years ago)
- Last Synced: 2024-08-02T05:23:15.917Z (3 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - railroute - A simple, blazing fast TCP router. (Rust)
README
# railroute
A simple, blazing fast TCP router written in Rust.# Example
```rust
> railroute -p 8000 -a google.com:80
19:03:18 [INFO] Server listening on port 8000
19:03:21 [INFO] Accepted connection from 127.0.0.1:42316
19:03:24 [INFO] Connection from 127.0.0.1:42316 terminated```
# Usage
Usage information can be found on the help page.```
railroute 1.0
UE2020
A simple, blazing fast TCP router.USAGE:
railroute [OPTIONS] --addressFLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
Sets the routed address
-a, --address
-p, --port Sets a custom port (default is 3000)
```