Vercel Rust Hello World View on GitHub

Simple

Basic endpoint that returns a json response

/api/simple

Streaming

Server-sent events streaming endpoint that demonstrates real-time data streaming.

/api/streaming

Realistic Math Bench

CPU-bound benchmark performing integer arithmetic, array sorting, string hashing, and prime counting operations to test computational performance.

/api/realistic-math-bench

Slower Bench

Complex server-side rendering benchmark that generates large datasets with prime numbers, fibonacci sequences, and nested data structures for performance testing.

/api/slower-bench