Sign in
Log inSign up

How safe is it to use web sockets with JavaScript?

Abhik's photo
Abhik
·Dec 8, 2016

I have a requirement where the server has to respond after a huge process time. One way around is server polling, however I wan't to refrain from overburdening the client as well as the server. I am thinking of using websockets for this purpose. If I end up doing so, what would be the best technique and what risks can it bring along?