Websockets vs sse

Contents
    |      Websockets     |  Server Sent Event  |
    +---------------------+---------------------+
    |        2008         |        2006         |
    | bi-dirrectionnal    | uni-directionnel    |
    | text + binary       | text only           |
    | tcp based protocol  | plain HTTP 1.1      |
    | proxy config !      | just HTTP :-)       |
    | payload             | typed message…      |
    | manual reconnection | reconnect timeout   |
    

    Websockets

    SSE

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.