Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 492 Bytes

File metadata and controls

28 lines (16 loc) · 492 Bytes

FSOCKET SERVER V1

This is a simple websocket relay that forward websocket message from one client to another, Ready to host mode

Simply git clone and run

run fsocket [with custom port]

fsocket -p [port]
eg:- fsock -p 3000

default : 8080

enable/disable website mode

fsocket -w=[true/false]

eg:- fsocket -w=false //disables website mode
eg:- fsocket -w=true //enables website mode

default : true

make executable

chmod +x fsocket