I just learned about ServiceStack and so far from the comments I have read it looks very promising to make the switch from WCF.
This posts says it runs on .NET and Mono ServiceStack vs ASP.Net Web API
I would like to know if a ServiceStack web service hosted on a Windows server can be consumed by a client, say, Mono on Mac OSX.
Does ServiceStack serializing/deserializing work from one server platform to a different client platform?
Theorectically, this should be possible because we are targeting the CLR.
However, in practice it really depends on Mono's implementation of the CLR.