Sha256: e23c5f24241d4b91beb9481c79319ff4e9012632de12144a14e90dcb9435d4f0
Contents?: true
Size: 332 Bytes
Versions: 85
Compression:
Stored size: 332 Bytes
Contents
# wscat WebSocket cat. ## Installation This module needs to be installed globally so use the `-g` flag when installing: ``` npm install -g wscat ``` ## Usage ``` $ wscat -c ws://echo.websocket.org connected (press CTRL+C to quit) > hi there < hi there > are you a happy parrot? < are you a happy parrot? ``` ## License MIT
Version data entries
85 entries across 85 versions & 1 rubygems