Thank you for your note, @julian
I acctually found what I were need.
Adding an appropriate string to config.json - solved my problem.
"socket.io": {
"address": "http://myforum.com:8000"
}
Thus websocket will use port 8000 on establishing the connection.
One of openshift's bottleneck, that held me up.
Done