Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/internal/jit-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ When `set` or `status` is not used, Elysia will use `mapCompactResponse` to map

## Platform Specific Optimization

Elysia is originally made specifically for Bun but also works on [Node.js](/integrations/node), [Deno](/integrations/deno), [Cloudflare Workers](/integrations/cloudflare-workers) and more.
Elysia is originally made specifically for Bun but also works on [Node.js](/integrations/node), [Deno](/integrations/deno), [Cloudflare Workers](/integrations/cloudflare-worker) and more.

There are a big difference between being **compatible** and being **optimized** for a specific platform.

Expand Down