I use node.js and socket.io. When i do refresh the page - the user connection is interrupted. How do I solve this problem?
I do not want, when the user to switch between pages disconnected.
Thanks for the advice!
|
|
Personally, I would go for the single page application approach myself. But just fancying an alternative solution.. You could try using socket.io with an essentially hidden frame. In one frame, you maintain your connection while the user is still able to navigate in the other. You'll have to have some gluecode to pass messages between the frames, but that should be trivial I think. |
|||
|
|