WCF or Sockets for Communication in a real-time environment?
Posted
by
PieterG
on Stack Overflow
See other posts from Stack Overflow
or by PieterG
Published on 2011-01-08T20:26:40Z
Indexed on
2011/01/08
21:54 UTC
Read the original article
Hit count: 158
I have a scenario where I need to send a series of data across 2 clients.
The data includes Serialized XML that will contain commands that the other client will need to react to.
I will also need to send images across the wire as I need to provide a chat facility in the form of video/audio chat.
I would like a single communication medium for both, as the number of messages/commands might be a few.
WCF or Sockets?
© Stack Overflow or respective owner