pywscat

Simple Websocket Netcat thing


Keywords
python3, websockets, netcat
License
MIT
Install
pip install pywscat==0.1

Documentation

Overview

Super simple app for manually testing connections to a websocket server.

Install

pip install pywscat

Example

# Connect to a server on port 8080
wscat ws://some.server.here:8080

# Send whatever