https://github.com/gnuns/fio
:electric_plug: Simple socket relay tool
https://github.com/gnuns/fio
nodejs socat socket socket-relay unix-socket
Last synced: 7 months ago
JSON representation
:electric_plug: Simple socket relay tool
- Host: GitHub
- URL: https://github.com/gnuns/fio
- Owner: gnuns
- License: mit
- Created: 2018-02-16T00:16:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T04:01:56.000Z (over 7 years ago)
- Last Synced: 2025-03-22T10:24:10.850Z (7 months ago)
- Topics: nodejs, socat, socket, socket-relay, unix-socket
- Language: JavaScript
- Homepage: https://multiverso.me/fio/
- Size: 7.81 KB
- Stars: 71
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :electric_plug: fio
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fgnuns%2Ffio?ref=badge_shield)simple socket relay tool
#### install
```sh
npm install -g fio-cli
```#### use
```sh
# will connect to the unix socket and relay to the 8080 tcp port
fio /my/socket/path.sock 8080# will connect to the tcp port 22 and relay to 4242
fio localhost:22 4242# will connect to the tcp port 80 and relay to the unix socket
fio localhost:80 ./test.sock
```## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fgnuns%2Ffio?ref=badge_large)