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
Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
26
-
27
-
</Description>
24
+
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.
28
25
29
26
<Plantype="all" />
30
27
31
-
Cloudflare Workers provides a [serverless](https://www.cloudflare.com/learning/serverless/what-is-serverless/) execution environment that allows you to create new applications or augment existing ones without configuring or maintaining infrastructure.
32
-
33
-
Cloudflare Workers runs on [Cloudflare’s global network](https://www.cloudflare.com/network/) in hundreds of cities worldwide, offering both [Free and Paid plans](/workers/platform/pricing/).
The Workers command-line interface, Wrangler, allows you to [create](/workers/wrangler/commands/#init), [test](/workers/wrangler/commands/#dev), and [deploy](/workers/wrangler/commands/#deploy) your Workers projects.
Bindings allow your Workers to interact with resources on the Cloudflare developer platform, including [R2](/r2/), [KV](/kv/concepts/how-kv-works/), [Durable Objects](/durable-objects/), and [D1](/d1/).
57
-
58
-
</Feature>
59
-
60
-
<Featureheader="Playground"href="/workers/playground/"cta="Use the Playground">
61
-
62
-
The Playground is a sandbox which gives you an instant way to preview and test a Worker directly in the browser against any site. No setup required.
Offload third-party tools and services to the cloud and improve the speed and security of your website.
121
-
122
-
</RelatedProduct>
123
-
124
-
---
125
-
126
-
## More resources
127
-
33
+
...continue with the [dashboard getting started guide](/workers/get-started/dashboard/)
34
+
</TabItem>
35
+
<TabItemlabel="CLI">
36
+
<PackageManagers
37
+
type="create"
38
+
pkg="cloudflare@latest"
39
+
args={"my-first-worker"}
40
+
/>
41
+
...continue with the [CLI getting started guide](/workers/get-started/guide/)
42
+
</TabItem>
43
+
</Tabs>
44
+
45
+
## Explore the possibilities
46
+
47
+
* Simple deployment with streamlined configuration
48
+
* Supports both stateful and stateless applications
49
+
* Multi-language compatibility, including JavaScript, TypeScript, Python, and Rust
50
+
* Works with popular full-stack [frameworks](/workers/frameworks/)
51
+
* Connects to [data stores](/workers/databases/connecting-to-databases/) with [smart placement](/workers/configuration/smart-placement/) for fast startup and high performance
52
+
* Built-in support for [cron jobs](/workers/configuration/cron-triggers/), [workflows](/workflows/), and [queues](/queues/)
53
+
*[Pricing](/workers/platform/pricing/) that's affordable at any scale
54
+
55
+
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:
56
+
| Storage | Compute | Media |
57
+
|----------|----------|----------|
58
+
| <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. |
59
+
| <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