WebsocketChat icon indicating copy to clipboard operation
WebsocketChat copied to clipboard

Currently provider of the server should change the code for chat with someone (not only with himself) after each change of ip address. On programming phase it's not necessary.

Open valsid opened this issue 9 years ago • 0 comments

Connection address for WebSocket client has been changed from '127.0.0.1' (localhost) to 'window.location.hostname'. This allows the server work property with a non-local clients, right out of the box.

valsid avatar May 27 '16 19:05 valsid