I would like to carry out a client / server application, where when a specific action has taken place (for example, another user has connected to the application) the server updates directly to the client, showing a new page. For the server I use Spring MVC and for the JSP client. Is there a way to identify and update a specific client from the Spring server?
Thank you.
Greetings.