Communication client-server-client
问题 I have a question about the Communication between a client and a server. I would like to create a GWT application that can do the following: The client A fires an event to the server and the server in his turn fire an event to the client B. Here the client B has to be able to listen to the event all the time. I wanted to send some event with few data in real time to a connected client B. is that possible? and if yes how can I do that? Thanks 回答1: Here the client B has to be able to listen to