3.0.0 • Published 4 years ago

troila-reconnecting-websocket v3.0.0

Weekly downloads
7
License
-
Repository
github
Last release
4 years ago

ReconnectingWebSocket

A small JavaScript library that decorates the WebSocket API to provide a WebSocket connection that will automatically reconnect if the connection is dropped.

It is API compatible, so when you have:

ws = new WebSocket('ws://....');

you can replace with:

ws = new ReconnectingWebSocket('ws://....');

Minified library with gzip compression is less than 600 bytes.