共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > ServiceStack REST WebServices Framework |
ServiceStack REST WebServices Framework
|
8 | 0 | 8250 |
贡献者 | 讨论 | 代码提交 |
ServiceStack allows you to rapidly build REST web services using code-first DataContract's.
These same DTO's can be shared with a .NET client application eliminating the need for any generated code.
With no configuration required, web services created are immediately discoverable and callable via REST, RPC and SOAP endpoints: in XML, JSON, HTML, CSV and JSV formats.
Supports hosting on both Mono and the .NET Framework which can be either an ASP.NET Web Application, a Windows Service or Console application.