multi client/server chat program in c#?

前端 未结 4 810
天命终不由人
天命终不由人 2021-01-23 11:36

the clients will be able to chat one-to-one and in group (temperately rooms) similar to Skype.

I will use the server to authorize the clients

my question is whic

4条回答
  •  花落未央
    2021-01-23 12:02

    You will want to use WCF. No hassle with ports and listeners and you will probably need some of the features (Instance management, security) WCF provides.

提交回复
热议问题