Iola Versions Save

🔄 iola: Command-line socket client with REST API.

v0.3.0

2 years ago

What's new?

  • Implement tcp client
  • Implement unix socket client

v0.2.6

2 years ago

Changes

  • WebSocket, Socket.IO: Don't reject self-signed certificates

v0.2.5

2 years ago

Bug Fixes

  • Fix WebSocket client reconnecting
  • Fix Socket.IO client reconnecting

Changes

  • Default reply timeout - 1s
  • Connection timeout - 5s
  • Reconnection interval - 10s

v0.2.4

2 years ago

What's new?

  • Increase connection timeout - 15s
  • Add connection spinner

Success connection:

Failed connection:

v0.2.3

2 years ago

Bug Fixes

  • handle errors correctly

v0.2.2

2 years ago

Socket.IO

Send authentication payload using --auth <key:value...> option. Examples:

v0.2.1

2 years ago

SocketIO

Detail readme:

emit data

Emit any data


Emit binary data


cli example


v0.2.0

2 years ago
  • Implement SocketIO client
  • Add command aliases

v0.1.1

2 years ago

WebSocket client

  • Add --binary-encoding <encoding> option.

    This option allows to encode sent/received binary messages for more readability. Supported encodings: ascii, utf8, base64, hex.

v0.1.0

2 years ago
  • Stable api for websocket client
  • Use NestJS instead Fastify
  • Update table of contents
  • Update Rest API docs