What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet?

前端 未结 4 1310
后悔当初
后悔当初 2020-11-21 06:51

I have tried reading some articles, but I am not very clear on the concepts yet.

Would someone like to take a shot at explaining to me what these technologies are:

4条回答
  •  梦毁少年i
    2020-11-21 07:21

    I have tried to make note about these and have collected and written examples from a java perspective.

    HTTP for Java Developers

    Reverse Ajax - Old style

    Async Handling on server side

    Reverse Ajax - New style

    Server Sent Events

    Putting it here for any java developer who is looking into the same subject.

提交回复
热议问题