Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

v0.3.0

Choose a tag to compare

@fed135 fed135 released this 10 May 15:41
· 96 commits to master since this release

Channel

  • Batched response support
  • Changed packet format to [channel, [packets]]
  • Now supports Numbers as channel names (stringified)
  • No more default channel name - property is required

Client

  • Renamed channel to subscribe
  • Added unsubscribe
  • Added on.connect / on.connection events
  • Added on.disconnect / on.disconnection events
  • Changed handler parameters to (payload, reply, channel)
  • Added sendOnce
  • Can now output usage statistics to stdout with options.stats

Server

  • Renamed channel to subscribe
  • Added unsubscribe
  • Added on.connect / on.connection events
  • Added on.disconnect / on.disconnection events
  • Added whisper

Misc

  • Removed legacy docs
  • Added npmignore
  • Added more tests
  • Optimizations
  • Code-climate styling compliance
  • API stability badge
  • Updated logo