Skip to content

Commit f3b6b7d

Browse files
committed
update "What is DynAPI?" "Use Cases" section
1 parent 949fa10 commit f3b6b7d

File tree

1 file changed

+14
-2
lines changed
  • src/webpage/en/guide/what-is-dynapi

1 file changed

+14
-2
lines changed

src/webpage/en/guide/what-is-dynapi/index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,30 @@ Just want to try it out? Skip to the [Quickstart](../quickstart/index.md).
3333

3434
## Use Cases
3535

36+
- **Temporary Backend**
37+
38+
DynAPI's easy-to-setup system can be used perfectly to get a backend for smaller or short-living projects.
39+
3640
- **Development**
3741

3842
DynAPI can be used to provide a fully documented Rest-API for your Database.
39-
This way your frontend can start working while the backend is still under (early) development.
43+
This way your frontend-devs can start working while the actual backend is still in the planning or (early) development stage.
4044

4145
- **Production**
4246

43-
While DynAPI can be used as a development backend. It is fully capable to run in production and handle thousands of requests simultaneously.
47+
While DynAPI can be used as a temporary- or development- backend. It is fully capable to run in production and handle hundreds (if not thousands) of requests simultaneously.
4448

4549
- **Export Tool**
4650

4751
DynAPI can also be used for scripts or other automated services to get (read-)access to the saved data.
52+
For such a job it would be too much work to create your own customized backend.
53+
54+
This erases your work of selecting a programming-language and libraries, writing and adjusting Endpoints, and creating a deployment process.
55+
Additionally, it's likely that your backend wouldn't be fully documented or has a secure authentication system.
56+
57+
In case you need some special (customized) Endpoints you can create a simple plugin that extends the DynAPI Server.
58+
59+
Planned for a later stage is also the support for GraphQL.
4860

4961
## What About DynAPI?
5062

0 commit comments

Comments
 (0)