Best of WebSocketSeptember 2022

  1. 1
    Article
    Avatar of streamStream·4y

    HTTP, WebSocket, gRPC, or WebRTC

    HTTP, WebSocket, gRPC, and WebRTC: Which Communication Protocol is Best For Your App? We’ll explore each protocol by investigating the technology behind it, what it’s best used for, and its strengths and weaknesses. The best form of communication will always be dependent on the situation.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    HTML Over WebSockets

    HTML Over WebSockets is a new approach for achieving a Single-page Application (SPA) This article has been translated and adapted from the original Spanish version. It's the price that we've had to pay in order to deliver web apps with the look and feel of desktop apps.

  3. 3
    Article
    Avatar of glcGolang News·4y

    Golang Tutorial on How to Use Websockets

    WebSockets allow a browser to send messages to a server and receive event-driven responses without polling the server for a reply. For now, WebSockets are the number one solution for building real-time applications: online games, instant messengers, tracking apps, and so on.