1

Does Spring framework have any method to efficiently push data to web client with out cluttering the server? Long-polling is the preferred method.

Vishnu G S
  • 654
  • 2
  • 10
  • 27
  • Use things like WebSockets, SSE (as opposed to long-polling which uses HTTP as usual). – Tiny Dec 22 '15 at 14:35
  • @Tiny my consideration is server side implementation not the client side. Its ok to use sse or websockets. – Vishnu G S Dec 22 '15 at 16:26
  • A reference implementation of JSR-356 (Tyrus) is the WebSockets implementation available in Java EE 7. (Not sure about Spring). – Tiny Dec 22 '15 at 16:34

0 Answers0