WebSockets on OpenShift do not work with remote client
问题 I have an issue that I cannot solve. I implemented a node js WebSockets server on an openshift cartridge using socket.io or WebSockets node js libraries. With any of them the result is the same. With a node js client running on the same openshift platform everything works ok. When the client is moved on my local pc the client connects and suddenly disconnects giving a 1011 internal server error. I tried using other well known clients like the echo service on WebSockets.Org or jsfiddle but the