Skip to content

A small decorator for the JavaScript WebSocket API that automatically reconnects

License

Notifications You must be signed in to change notification settings

vriveras/typescript-reconnecting-websocket

 
 

Repository files navigation

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.

About

A small decorator for the JavaScript WebSocket API that automatically reconnects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • JavaScript 15.2%