Skip to content

Commit

Permalink
Other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Oct 5, 2023
1 parent 6ba64c3 commit 3e44c9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pages/edge/vs/amazon-lambda.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wasmer Edge vs Amazon Lambda

Wasmer Edge and Amazon Lambda are both serverless platforms for running websites.
Wasmer Edge and Amazon Lambda are both serverless platforms for running services at scale.

### Similarities

Expand All @@ -14,7 +14,7 @@ Wasmer Edge and Amazon Lambda share these similarities:

Wasmer Edge and Amazon Lambda differ in significant ways:

- Wasmer Edge is **more afforable** than Lamda
- Wasmer Edge is **more afforable** than Lambda
- Wasmer Edge is built on **simpler and more scalable** technology than Lambda (which is built on top of Firecracker)
- Wasmer Edge **doesn't require code changes in your application** to run, while you need to adapt your code to use the custom Lambda SDK to run.
- Wasmer Edge **lets you reuse the same architecture to deploy your static assets and your dynamic websites**, while Amazon Lambda focuses only on the dynamic requests and recommends using S3 for your static assets.
Expand Down
7 changes: 4 additions & 3 deletions pages/edge/vs/cloudflare-workers.mdx
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Wasmer Edge vs Cloudflare Workers

Wasmer Edge and Cloudflare Workers are both serverless platforms for running websites.
Wasmer Edge and Cloudflare Workers are both serverless platforms for running websites at scale.

### Similarities

Wasmer Edge and Cloudflare Workers share these similarities:

- **Affordable and cheaper than traditional clouds
- More **affordable** than traditional clouds
- **Fast startup times**
- **Fully stateless** modern architecture
- Built on a *shared nothing architecture*, **infinite scaling**

### Differentiators

Wasmer Edge and Cloudflare Workers differ in significant ways:

- Wasmer Edge has dedicated private networking for every workload
- Wasmer Edge has dedicated **private networking** for every workload
- Wasmer Edge **supports multithreaded applications**, while "multi-threading and shared memory are not permitted in [Cloudflare] Workers"
- Wasmer Edge **can run Python, Rust**, and other languages without any JS glue code, while Cloudflare Workers can only run WebAssembly through JavaScript.
Example: Django can't run in Cloudflare workers.
Expand Down

0 comments on commit 3e44c9b

Please sign in to comment.