Show HN: Cell-based ingress routing from scratch (github.com/gvquiroz)
1 points
3 hours ago
| 0 comments
| github.com
| HN
This is an educational reference implementation that shows how cell-based ingress routing works by building it from scratch.

The goal is not to build a production gateway, but to make the architecture and invariants explicit: how control planes and data planes interact, how routing decisions stay local, and how systems remain available when coordination layers fail.

I built this mainly to deeply understand how modern edge and ingress systems work under the hood, and to have a clean, self-contained reference that makes the patterns explicit.

Repo: https://github.com/gvquiroz/cell-routing-from-scratch

Happy to answer questions about the design choices, failure modes, or how this compares to real-world systems.

No one has commented on this post.