Question

My Javaserver application(Servlet) receive a service request (HTTP) from client and then it should respond to the client in fixed interval time.

How can I send HTTP response every minute to client without having a HTTP request?

Was it helpful?

Solution

have a look at https://github.com/Atmosphere/atmosphere or Comet/WebSockets

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top