Server side push with java

后端 未结 3 1991
自闭症患者
自闭症患者 2021-01-07 14:41

is it any simpler way then cometd as long-polling framework for java? Because what I need - is client specifies some parameters and sends them to server. Server process them

3条回答
  •  轮回少年
    2021-01-07 15:19

    These guys Atmosphere Asynchronous WebSocket/Comet Framework really made nice job at simplifying the server push process with fallbacks mechanism when browser and/or server parts does not support websockets

提交回复
热议问题