sio

0.0.4 • Public • Published

sio, a socket.io debugger

Sio was created because I was frustrated with making temporary index files and mashing F5 when I wanted to test or debug socket.io applications.

Installation:

npm install -g sio

It's a terminal app. Features:

  • Connect to any socket.io 1.0+ server
  • Filtering of incoming events
  • Pausing and unpausing output
  • Emitting your own events
  • More to come?

Usage

# Connect to a server 
<host> <port>
# Emit an event. The "data" will be evaluated, so any valid Js goes. 
<name> # <data> 
# Filter event names. They're matched with minimatch. 
<pattern>
# Removes all filters 
uf
# Pauses output 
p
# Unpauses output 
up
# Clears all output 
cls

Package Sidebar

Install

npm i sio

Weekly Downloads

8

Version

0.0.4

License

MIT

Last publish

Collaborators

  • connor.peet