Skip to content

Simple utility for testing WebSocket connections. Written in Go.

Notifications You must be signed in to change notification settings

matibbb232/ws-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project ws-cat

This is a simple utility for testing WebSockets connections.

Example usage

$ ./wscat --url wss://websocket-echo.com
>> Hi!
<< Hi!
>> ^C2025/03/11 16:34:47 Received shutdown signal. Shutting down gracefully...

Building from source

Prerequisites

  • Golang >= 1.24

Run build make command with tests

make all

Build the application

make build

Clean up binary from the last build:

make clean

About

Simple utility for testing WebSocket connections. Written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published