Vercel compared to Cloudflare Workers

Vercel
Versus
Cloudflare Workers

Features

Edge Features of Vercel compared to Cloudflare Workers
VercelFeaturesCloudflare Workers
Functions / Serverless
Node.js, Go, Python, RubyFunctions supported languagesjavascript, rust, C/++
Worker.js Environment
Docker support
Docker private registry
Kubernetes support
Managed Kubernetes
23 Edge locationsAvailability regions200 pops
1024Default Memory (MB)128
3008Maximum Memory (MB)128
10,000Execution Time (ms)10
900,000Maximum Execution Time (ms)50
5Request Payload (MB)
5Response Payload (MB)
Unsupported Paid Feature Supported Unknown

Descriptions


Vercel


Formerly known as ZEIT, Vercel has a lot to offer in the serverless movement.

ZEIT was one of the pioneering companies at the time pushing Serverless technology. ZEIT’s first focus was to ease deployments, which resulted in the creation of Next.js.

Some of Vercel’s customers include AirBnB, Auth0, GitHub and the Washington Post.

Vercel announced a whopping $21M Series A funding early 2020.


Cloudflare Workers


Continuing their ongoing efforts to improve the internets global state, Cloudflare started to allow compute at their edge, eventually and essentially becoming a serverless/edge compute provider.

Cloudflare has an impressive global network presence and an even more impressive rate of pushing (open source or free) products to the market.

Unique about Workers is Key Value storage. Cloudflare’s low latency KV data store, optimized for high reads, low writes.

With a rich amount of example code to start out in your code of preference right away!