I know these API’s are used for doing something easier than WCF (in terms of config and performance) for .NET, but I wanted to know if these API’s can be used on other frameworks too?
Thanks,
Thothathri
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
All web service frameworks just serve JSON/XML/SOAP over HTTP – this is the path of greatest interoperability.
As for all ServiceStack demos, they’re all consumed live with HTML/JavaScript, so no .NET on the client to speak of. Of course if you use ServiceStack’s C# clients you get the benefit of a strong-typed sync and async clients.