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/sandbox/concepts/architecture.mdx
+31-60Lines changed: 31 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,39 +5,37 @@ sidebar:
5
5
order: 1
6
6
---
7
7
8
-
The Sandbox SDK provides isolated code execution environments on Cloudflare's edge network. It combines three Cloudflare technologies:
8
+
Sandbox SDK lets you execute untrusted code safely from your Workers. It combines three Cloudflare technologies to provide secure, stateful, and isolated execution:
9
9
10
-
-**Workers** - JavaScript runtime at the edge
11
-
-**Durable Objects** - Stateful compute with persistent storage
12
-
-**Containers** - Isolated execution environments with full Linux capabilities
10
+
-**Workers** - Your application logic that calls the Sandbox SDK
11
+
-**Durable Objects** - Persistent sandbox instances with unique identities
12
+
-**Containers** - Isolated Linux environments where code actually runs
0 commit comments