← All articles

#routing

1 article

Request Routing in Backend Architecture

How does your server know which function to call for each URL? Routing is pattern matching, and every framework does it the same way.

· 5 min read
backend routing api