Supported Platforms - XSockets/XSockets.NET-4.0 GitHub Wiki

##Supported Platforms ###Server system requirements

Since XSockets.NET is built to run on both .NET and Mono the server can be hosted pretty much anywhere. The server side only has .NET (or Mono equivalent) as requirements!

###Client system requirements

XSockets can be used from any client that has TCP/IP, and since XSockets.NET supports cross-protocol communication it is very easy to add new clients and protocols.

The XSockets.NET team has built a few client libraries to make life easier for our developers. All client libraries is using full-duplex/bi-directional communication.

Language    Requirements
C#          .NET 3.5, 4.0+
iOS         .NET 4.0+ (MonoTouch)
Android     .NET 4.0+ (MonoDroid)
NETMF       4.2, 4.3
JavaScript  Browser with websockets (there is a fallback for IE 9 & IE 8)