Icon

Understanding the basics of creating and deploying code to the edge is essential for leveraging edge computing. This example helps developers grasp the fundamental processes needed for more complex scenarios.

Loading...

https://www.edgecompute.live/helloworld

Copied to clipboard!

With this example you learn the basics of creating, deploying and debugging an EdgeWorker that generates a simple html page at the Edge and adds a response header.

Icon landscape
Core Concepts

Helps developers understand the fundamental processes needed for edge computing.

Icon landscape
Reduce Latency

Speed up response times by moving work closer to users.

Related Examples

View More
Icon Card background
API Orchestration

Demonstrates how EdgeWorkers can be used to merge multiple internal APIs into a single API response from a user experience perspective.

View Case
Icon Card background
Cachekey Device Type

This example includes the device type (tablet or mobile) from a PMUSER variable in the computed cache key for an Edge Server.

View Case
Icon Card background
Device Routing

Implements modification of the forward origin path of the URL to return device-specific content.

View Case