How Real Time Connections work 👩‍💻 #code #programming #technology #tech #software #developer

source

41 Comments

  1. The you forgot a ; or in LUA forgot to add end is ridiculously accurate.

    Like oh yeah you forgot to close your table! {Console.log(“I hate my life”)

    WHERE IS THE DAMN }

  2. The polling is analogy is more like:
    – Are we there yet?
    – Not yet
    – Are we there yet?
    – Not yet
    [repeat 69 times]

    – Are we there yet?
    LET'S PLAY A GAME. LOOK WHERE WE ARE
    [client gets DDoS nuked]

    The long-poll is event-driven, which makes it more efficient than the synchronous polling.

    WebSockets are more efficient (in most situations) because the server and client continously exchange data. Each poll is made by sending an entire request, and receiving a response. WebSockets only need 1 request per-session, which is when they do the handshake

  3. At first i thought,its a man in new realtionship,how womeh see & treat and so

    When watched,its nearky same haha 😅😂

    Wish all be well 😃🌟✨🙌
    23.05.2023 04:01 am ist
    (132nd comment,16k+ likes,338,735th view)

  4. I always poll with other devs when im working with other devs.

    (Get it? Cuz polling = asking multiple times until the reply is not 'idk', so i would have to ask other devs multiple times until that dev is annoyed and actually answers my question)

Leave a Reply

Your email address will not be published. Required fields are marked *