Tag Archives: websocket
WebSockets that Reconnect
Here is a JavaScript sample of a WebSocket that will try to reconnect every second if the connection is lost to the server. This is completely transparent to the end-user. function WS() { var _self = this; this.start = function() … Continue reading
