I’m learning about HTTP/2 protocol. It’s a binary protocol with small message frames. It allows stream multiplexing over single TCP connection. Conceptually it seems very similar to WebSockets. Are...
  • May 10, 2022
  • 0 Comments
There are many blogs and discussions about WebSocket and HTTP, and many developers and sites strongly advocate WebSockets, but I still can not understand why. For example (arguments of...
  • May 7, 2022
  • 0 Comments
What are the differences between socket.io and websockets in node.js? Are they both server push technologies? The only differences I felt was, socket.io allowed me to send/emit messages by...
  • April 29, 2022
  • 0 Comments
Both WebSockets and Server-Sent Events are capable of pushing data to browsers. To me they seem to be competing technologies. What is the difference between them? When would you...
  • April 15, 2022
  • 0 Comments