Search code examples
c#windows-phone-8windows-phone-8.1serversocket

Socket Programming multiple client one server on windows phone 8.1


Is it possible to have multiple client with socket programming on windows phone? I want to found number of connected client too.

I found StreamSocketListener there is no method for number of client, and I think it's support one client only.


Solution

  • Yes, You can create this. Try using realtimeframework.messaging library.You can get it from here. It supports most of platforms. You need application key, authentication token and private key which can be obtained from their website. It's very easy to use and reliable.