You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/index.mdx
+65-57Lines changed: 65 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,80 +10,88 @@ head:
10
10
---
11
11
12
12
import {
13
-
PackageManagers,
14
13
Description,
14
+
RelatedProduct,
15
15
LinkButton,
16
-
Plan,
17
-
AstroIcon,
18
-
Tabs,
19
-
TabItem,
20
-
CardGrid,
21
-
LinkTitleCard,
22
16
} from"~/components";
23
17
24
18
<Description>
25
-
Cloudflare Workers gives you a fast, scalable way to build serverless full-stack applications, running on Cloudflare's global edge network for low-latency performance. Use your language and framework of choice, built-in CDN caching, globally distributed storage, and serverless AI inference to build and scale effortlessly without managing infrastructure.
19
+
Cloudflare Workers lets you build fast, scalable, serverless, full-stack apps on Cloudflare’s global edge network for low-latency performance.
* Built-in [CDN caching](/cache/), distributed storage, & serverless AI inference for high performance
24
+
* Scales easily without managing infrastructure, with simple deployment & configuration
25
+
* Works with stateful or stateless apps and connects to [data stores](/workers/databases/connecting-to-databases/) with [smart placement](/workers/configuration/smart-placement/)
...continue with the [dashboard getting started guide](/workers/get-started/dashboard/)
36
-
</TabItem>
37
-
<TabItemlabel="CLI">
38
-
<PackageManagers
39
-
type="create"
40
-
pkg="cloudflare@latest"
41
-
args={"my-first-worker"}
42
-
/>
43
-
...continue with the [CLI getting started guide](/workers/get-started/guide/)
44
-
</TabItem>
45
-
</Tabs>
46
-
47
-
## Explore the possibilities
48
-
49
-
* Simple deployment with streamlined configuration
50
-
* Supports both stateful and stateless applications
51
-
* Multi-language compatibility, including JavaScript, TypeScript, Python, and Rust
52
-
* Works with popular full-stack [frameworks](/workers/frameworks/)
53
-
* Connects to [data stores](/workers/databases/connecting-to-databases/) with [smart placement](/workers/configuration/smart-placement/) for fast startup and high performance
54
-
* Built-in support for [cron jobs](/workers/configuration/cron-triggers/), [workflows](/workflows/), and [queues](/queues/)
55
-
*[Pricing](/workers/platform/pricing/) that's affordable at any scale
56
32
33
+
---
34
+
35
+
# Explore the possibilities
36
+
37
+
<Description>
57
38
Integrations via [Bindings](/workers/runtime-apis/bindings/) let you connect to external services like databases, APIs, and storage, enabling functionality with a few lines of code:
58
-
| Storage | Compute | Media |
59
-
|----------|----------|----------|
60
-
| <AstroIconname="durable-objects"/> [Durable Objects](/durable-objects) <br /> Scalable stateful storage for real-time coordination. | <AstroIconname="vectorize"/> [Vectorize](/vectorize) <br /> Vector database for AI-powered semantic search.| <AstroIconname="cache"/> [Cache / CDN](/cache) <br /> Global caching for high-performance, low-latency delivery. |
61
-
| <AstroIconname="d1"/> [D1](/d1) <br /> Serverless SQL database built for fast, global queries. | <AstroIconname="zaraz"/> [Zaraz](/zaraz) <br /> Privacy-friendly third-party script loading at the edge. | <AstroIconname="hyperdrive"/> [Hyperdrive](/hyperdrive) <br /> Accelerate database queries by caching at the edge. |
0 commit comments