Can we maintain the same websocket connection between two different pages in the same tab. I am using torandIO2 for websockets. To be clear below is the flow:
asked 27 May '13, 00:49 Yeswanth |
We have no restriction on the server which would stop this. You will want to contact the user community for the server-side application to see what it is capable of doing and how you would implement this in code. I personally would use JavaScript client-side to do browser refreshes, which can connect to the server via HTTP and fetch new data. |