I have just moved from native play websockets to Play2-sockjs.
Firefox & IE seems to be much more stable with sockjs & I get wss over https(something play natively lacks dearly)
However I see a performance decrease around 10-20% across all browsers for both ws & wss traffic(no difference between ws & wss) when compared to native play plain websockets. The test was perfomed using a minimalistic echo server where the client does a sock.send(...) in 'onmessage'.
I have just moved from native play websockets to Play2-sockjs.
Firefox & IE seems to be much more stable with sockjs & I get wss over https(something play natively lacks dearly)
However I see a performance decrease around 10-20% across all browsers for both ws & wss traffic(no difference between ws & wss) when compared to native play plain websockets. The test was perfomed using a minimalistic echo server where the client does a sock.send(...) in 'onmessage'.