开发者

Can the OpenRasta, ServiceStack and RestCake API's be used on frameworks other than .NET?

开发者 https://www.devze.com 2023-03-10 03:08 出处:网络
I know these API\'s are used for doing something easier than 开发者_Python百科WCF (in terms of config and performance) for .NET, but I wanted to know if these API\'s can be used on other frameworks to

I know these API's are used for doing something easier than 开发者_Python百科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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消