The websocket connections are less reliable then the official scirra multiplayer connections.
You will have to implement a method for redundancy in your connections with the node js server.
Something like checking if a transmission has been received/processed, and if not, try again till it gets through or store information locally which can be updated once the connection is back.