How safe is it to use web sockets with JavaScript?
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...
Dec 8, 2016MFM