Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 203 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 203 Bytes

ws-to-tcp

Proxy from WebSockets to TCP

npm install -g ws-to-tcp

Usage

# will proxy websockets from 8000
# to tcp sockets on 9000
ws-to-tcp --from 8000 --to 9000

License

MIT