Skip to content

FahadAlbukhari/ng2-reconnecting-websocket

Repository files navigation

#ReconnectingWebSocket

Based on https://github.com/daviddoran/typescript-reconnecting-websocket Reconnecting Websocket for Angular2 Usage: 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://....');

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published