We should investigate if the SocketIO default configuration for transports should be changed to websockets first (or what other options make sense for production settings).
io.set('transports', [
'xhr-polling', 'websocket', 'flashsocket',
'htmlfile', 'jsonp-polling'
]);
We should investigate if the SocketIO default configuration for transports should be changed to websockets first (or what other options make sense for production settings).