WCF VS. Sockets

Posted by kite on Stack Overflow See other posts from Stack Overflow or by kite
Published on 2011-03-06T07:57:45Z Indexed on 2011/03/06 8:10 UTC
Read the original article Hit count: 497

Filed under:
|
|
|

Hello,

I would like to know which of WCF or .NET Sockets is the more efficient and the more recommended in a game developpment scenario.

Here are the different parts of the game :

-a client/server communication to play on the internet

-peer to peer on local network.

I would like to know which technology you would use on these parts (wcf on both, socket on both, wcf on one and socket on the other...) and why, if possible.

The game involved doesn't require a high communication frequency (3-4 per second is enough).

Thanks,

KiTe

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET