Implementing long polling server using Dropwizard 0.7.0
问题 I'm trying to implement a long polling server using Dropwizard 0.7.0 framework. I've been suggested to use jetty integration. After some googling, I got really confused by things like websockets, jetty continuation, cometd. My question is, what are these things and which one should I choose? And any example is really appreciated! Edited Our server has many clients, including mobile (ios, android), pc and web. Is websocket only available in web browser? 回答1: Websocket is available in all the