Skip to content

WebSocket utils to help debug WebSocket applications

License

Notifications You must be signed in to change notification settings

Akagi201/wsutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wsutil

WebSocket utils to help debug WebSocket applications

Tools

  • client WebSocket client.
  • dump WebSocket client with echo test.
  • proxy simple single WebSocket proxy.

Run

  • ./client --ws=ws://echo.websocket.org/
  • ./client --ws=ws://localhost:8327
  • ./proxy --upstream=ws://localhost:8328
  • ./dump --listen=0.0.0.0:8328 --echo

Releases

No releases published

Packages

No packages published

Languages