What is Route?
A URL pattern that maps to specific code or content in your application
Why It Matters
Routes define how users navigate your app and what they see at each URL
Real-World Example
/products shows the product list, while /products/123 shows a specific product
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Middleware
Code that runs between receiving a request and sending a response, often handling common tasks
Endpoint
A specific URL where your API receives requests and sends responses
Backend
The behind-the-scenes part of an application that handles data, logic, and communication with databases
Cron Job
A scheduled task that runs automatically at specific times or intervals
Background Job
A task that runs behind the scenes without making users wait for it to complete
Real-Time
Features that update instantly without needing to refresh the page