Skip to content

Commit aed286b

Browse files
docs: "No cold starts" (that does not exist on Juno)
Signed-off-by: David Dal Busco <[email protected]>
1 parent b7de543 commit aed286b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/intro.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ You build your frontend using the frameworks you love — React, SvelteKit, Next
2828

2929
Need backend logic? Just drop in a serverless function written in Rust or TypeScript.
3030

31-
Everything gets bundled into a single deployable WebAssembly (WASM) container. One artifact. One push. That's your app. It runs in an unstoppable environment that holds its entire state — data, logic, and storage.
31+
Everything gets bundled into a single deployable WebAssembly (WASM) container. One artifact. One push. That's your app.
32+
33+
It runs in an unstoppable environment that holds its entire state — data, logic, and storage.
34+
35+
No cold starts. Your functions execute instantly.
3236

3337
And here's the beauty of it: Juno controls nothing.
3438

src/components/Features/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default function Features(): JSX.Element {
1818
<p>
1919
Key-value datastore, storage, auth, analytics, and serverless
2020
functions running in secure containers. No infrastructure to manage.
21+
No cold start.
2122
</p>
2223
</aside>
2324
</div>

0 commit comments

Comments
 (0)