All Projects → gnuns → Fio

gnuns / Fio

Licence: mit
🔌 Simple socket relay tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fio

Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-42.25%)
Mutual labels:  socket
Omigo
☎️ A mobile compatible anonymous random chat using socket.io and WebRTC
Stars: ✭ 55 (-22.54%)
Mutual labels:  socket
Pandatvdanmu
Panda TV 弹幕助手 ( 熊猫TV 弹幕助手) (JAVA)
Stars: ✭ 65 (-8.45%)
Mutual labels:  socket
Veza
IPC/TCP Networking Utility to connect several processes with great concurrency.
Stars: ✭ 45 (-36.62%)
Mutual labels:  socket
Chatter
A chatting app using socket.io
Stars: ✭ 53 (-25.35%)
Mutual labels:  socket
Vibe Core
Repository for the next generation of vibe.d's core package.
Stars: ✭ 56 (-21.13%)
Mutual labels:  socket
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-46.48%)
Mutual labels:  socket
Socket.io Rpc
Extend your promises across a network with socket.io
Stars: ✭ 67 (-5.63%)
Mutual labels:  socket
Esp8266 Wifi Socket
Custom SW for the OBI "Wifi Stecker Schuko"
Stars: ✭ 55 (-22.54%)
Mutual labels:  socket
Tastysnake
A two-player (Bluetooth) game on Android.
Stars: ✭ 61 (-14.08%)
Mutual labels:  socket
Hey
An Simple IM App besed on Socket
Stars: ✭ 50 (-29.58%)
Mutual labels:  socket
Blink
A socket send and receive agreement framework; Easy use IO.
Stars: ✭ 52 (-26.76%)
Mutual labels:  socket
Quibbler
An experimental website powered by Socket.IO where anonymous chat messages are beautifully visualized in real time
Stars: ✭ 57 (-19.72%)
Mutual labels:  socket
Real Time Public Chat
This program show how to create a public chat using javascript
Stars: ✭ 45 (-36.62%)
Mutual labels:  socket
Easychatandroidclient
EasyChat是一个开源的社交类的App。主要包含消息、好友、群组等相关的IM核心功能。部分界面参照了QQ、微信等相关社交APP。EasyChat APP整体采用MVVM模式,基于JetPack(Lifecycle,LiveData,ViewModel,Room)构建
Stars: ✭ 64 (-9.86%)
Mutual labels:  socket
Connection Pool Client
💥 A simple multi-purpose connection pool client (Kafka & Hbase & Redis & RMDB & Socket & Http)
Stars: ✭ 40 (-43.66%)
Mutual labels:  socket
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (-19.72%)
Mutual labels:  socket
Socketcluster Server
Minimal server module for SocketCluster
Stars: ✭ 70 (-1.41%)
Mutual labels:  socket
Openssl examples
examples of using OpenSSL
Stars: ✭ 67 (-5.63%)
Mutual labels:  socket
Nodejs Express Socketio Chatroom
A simple chatroom using node + express + socket.io
Stars: ✭ 57 (-19.72%)
Mutual labels:  socket

🔌 fio

FOSSA Status

simple socket relay tool

install

npm install -g fio-cli

use

# 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

FOSSA Status

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].