Skip to content

Safe queueing with auto-reconnect for WebSockets

Notifications You must be signed in to change notification settings

csabasulyok/qws

Repository files navigation

WSQ (WebSocket Queue)

Safe queueing with auto-reconnect for WebSockets

  • Wrapper for built-in WebSocket
  • Works in browser and node (via ws)
  • Automatic reconnect
  • Message queueing with retainment
  • Automatic two-way acknowledgment stream of messages - all messages are retained in-memory until acknowledgment is provided
  • Configurable headers per message, even when body is binary
  • Simple message routing (via route-recognizer)

Examples

TODO

About

Safe queueing with auto-reconnect for WebSockets

Resources

Stars

Watchers

Forks

Packages

No packages published