Creating a realtime interactive application

  • Thread starter Thread starter fRzzy madayaz
  • Start date Start date
F

fRzzy madayaz

Hello,

I'm new to this kind of applications. Can you give me the concept of
making a real-time interactive application.

Let's say, it's like MSN Messenger or Yahoo! Messenger, where several
clients can interact with each other in real-time.
 
In the SDK samples installed with VS2003, under Technoplogies/delegates and
events, there's a chat sample that uses, yes, you guessed it, delegates and
events for the server side handling. It makes a great starting concept.

You will probably want to look into the remoting samples as well. If you
create a service, web service, or an application on the server and expose it
to the clients with remoting or web services, depending on the performance
requirements, you will probably be well on the way.
 
Back
Top