🐙 tako
Tutorials

Tutorials

End-to-end, copy-along guides that build a complete tako service from a single example crate in the repository.

Tutorials

The rest of the documentation is a reference: one page per transport, per extractor, per concept. These tutorials are the opposite shape — each one builds a complete, runnable service end-to-end, wiring several pieces together the way a real application does.

Every tutorial is grounded in a real crate under examples/ in the repository, so you can clone it, run it, and read the same code shown here.

If you have not written a Tako handler yet, start with the Quickstart first — these tutorials assume you can already register a route and serve it.

Available tutorials

After the tutorials

When you are ready to ship, the Deployment guide covers the single-binary, thread-per-core, and load-balancer deployment shapes, and the feature reference lists every cargo flag you can opt into.

On this page