Routing

Routing, short for Application Routing, is the mechanism by which web requests are mapped to specific code handlers, controllers, or actions in applications. It determines how URLs are interpreted and which backend logic responds to them. Routing is used across web frameworks in PHP, JavaScript, Java, and other environments.