Blog

Thoughts on edge computing, Rust, and WebAssembly.

Routing

Routing Guide: Matchit vs RegEx

Apr 20, 2026 · 8 min read

Choosing the right router for your FastEdge application. Benchmarking matchit, regex, and hand-rolled path matching on WASM.

Performance

Pre-rendering Static Sites with build.rs

Apr 28, 2026 · 6 min read

How to generate zero-runtime-cost HTML at compile time using Rust build scripts.

Getting Started

Getting Started with FastEdge

Apr 15, 2026 · 5 min read

Your first FastEdge worker from scratch — project setup, the HTTP handler, building, and deploying.

Networking

Making HTTP Calls on FastEdge

May 23, 2026 · 6 min read

Fetch external APIs from the edge using fastedge::http_client or raw proxy-wasm HTTP dispatch.

Edge Logic

Running an MCP Server at the Edge

May 31, 2026 · 8 min read

Build and deploy a full Model Context Protocol server on Gcore FastEdge — no servers, just Wasm at 160+ edge PoPs.