Skip to content

Commit 53b60b0

Browse files
committed
Update benefits.mdx
1 parent aa7d7f0 commit 53b60b0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

content/docs/benefits.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ No more guessing API shapes, no more runtime type errors, no more manual seriali
178178

179179
# Maximum Connectivity with ServiceStack
180180

181-
ServiceStack isn't just another .NET frameworkit's a connectivity platform that speaks every language.
181+
ServiceStack isn't just another .NET framework, it's the connectivity platform that speaks every language!
182182

183183
## Native End-to-End Typed Support for 11 Languages
184184

185-
[Add ServiceStack Reference](https://docs.servicestack.net/add-servicestack-reference) generates native typed DTOs for:
185+
ServiceStack's [Add ServiceStack Reference](https://docs.servicestack.net/add-servicestack-reference) gives your APIs instant typed DTOs for the most popular Web, Mobile and Desktop languages out-of-the-box:
186186

187-
| Language | Client Library | Generate DTO Command |
187+
| Language | Client Library | Generate DTOs Command |
188188
|------------|----------------|----------------------|
189189
| TypeScript | [@servicestack/client](https://www.npmjs.com/package/@servicestack/client) | `npx get-dtos typescript` |
190190
| JavaScript | [@servicestack/client](https://www.npmjs.com/package/@servicestack/client) | `npx get-dtos mjs` |
@@ -198,7 +198,9 @@ ServiceStack isn't just another .NET framework—it's a connectivity platform th
198198
| F# | [ServiceStack.Client](http://nuget.org/packages/ServiceStack.Client) | `npx get-dtos fsharp` |
199199
| VB.NET | [ServiceStack.Client](http://nuget.org/packages/ServiceStack.Client) | `npx get-dtos vbnet` |
200200

201-
One API definition, 11 typed clients - all generated automatically.
201+
One API definition, 11 typed clients - all generated automatically.
202+
203+
Unlike other platforms that generate typed integrations, ServiceStack's [message-based design](https://docs.servicestack.net/advantages-of-message-based-web-services) only requires generating your Server DTOs in each language — resulting in dramatically less generated code, simpler integrations, and a single reusable JsonServiceClient that works across all ServiceStack APIs.
202204

203205
## Every Data Format You Need
204206

0 commit comments

Comments
 (0)