Ethan Robish // WebSockets Overview WebSockets is a technology to allow browsers and servers to establish a single TCP connection and then asynchronously communicate in either direction. This is great for web apps as it allows real time updates without the browser needing to send hundreds of new HTTP polling requests in the background. It’s […]
The post How to Hack WebSockets and Socket.io appeared first on Black Hills Information Security.
Article Link: https://www.blackhillsinfosec.com/how-to-hack-websockets-and-socket-io/