the server can send an event to client?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I'm doing web site to play chess online, when a player play, I need to send a notify to another client for it can refresh, in windows applications I can do that throw observer pattern, but in web, how I can doit?
 
You can use Sockets, have a listener on a given port, send the notification
to that port and you should be good to go.

HTH,

Bill
Kiosmy Almenares said:
Hello:
I'm doing web site to play chess online, when a player play, I need to
send a notify to another client for it can refresh, in windows applications
I can do that throw observer pattern, but in web, how I can doit?
 
Back
Top