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
@@ -12,13 +12,11 @@ Workers for Platforms customers can now attach static assets (HTML, CSS, JavaScr
12
12
13
13
This allows your platform to serve entire front-end applications from Cloudflare’s global edge, utilizing caching for fast load times, while supporting dynamic logic within the same Worker. Cloudflare automatically scales its infrastructure to handle high traffic volumes, enabling you to focus on building features without managing servers.
14
14
15
-
##Use Cases
15
+
### What you can build
16
16
17
-
### Static Sites
18
-
Host and serve HTML, CSS, JavaScript, and media files directly from Cloudflare's network, ensuring fast loading times worldwide. This is ideal for blogs, landing pages, and documentation sites because static assets can be efficiently cached and delivered closer to the user, reducing latency and enhancing the overall user experience.
17
+
**Static Sites:** Host and serve HTML, CSS, JavaScript, and media files directly from Cloudflare's network, ensuring fast loading times worldwide. This is ideal for blogs, landing pages, and documentation sites because static assets can be efficiently cached and delivered closer to the user, reducing latency and enhancing the overall user experience.
19
18
20
-
### Full-Stack Applications
21
-
Combine asset hosting with Cloudflare Workers to power dynamic, interactive applications. For example, an e-commerce platform can serve product pages while handling real-time inventory checks within the same Worker.
19
+
**Full-Stack Applications:** Combine asset hosting with Cloudflare Workers to power dynamic, interactive applications. If you're an e-commerce platform, you can serve your customers' product pages and run inventory checks from within the same Worker.
22
20
23
21
<TypeScriptExamplefilename="index.ts">
24
22
```ts
@@ -40,4 +38,5 @@ export default {
40
38
```
41
39
</TypeScriptExample>
42
40
43
-
You can upload static assets through the Workers for Platforms API or Wrangler. For more information, visit our [Workers for Platforms documentation](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets/).
41
+
**Get Started:**
42
+
Upload static assets using the Workers for Platforms API or Wrangler. For more information, visit our [Workers for Platforms documentation.](https://developers.cloudflare.com/cloudflare-for-platforms/workers-for-platforms/configuration/static-assets/)
0 commit comments