Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

kirillt/ws-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket Proxy

Can be used for debugging purposes or for forwarding WebSocket traffic to another machine, e.g. for resolving issues with CORS.

cargo install --git https://github.com/kirillt/ws-proxy
ws-proxy ws://127.0.0.1:9944 1337 --pretty-jsons
# connect your client to 1337 port instead of 9944
tail -f ws-proxy.{client,server}.log

About

WebSocket proxy which logs messages passing through, useful for debugging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published