glimpse2-runbook-scaffold
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v20View latest version
HTTP route handlers organized by functionality.
Each route subdirectory should have a _[directory_name].routes.ts
file that mounts routes for that section.
Routes should:
- Handle HTTP request/response only
- Call controllers, never services directly
- Have minimal logic - just HTTP concerns (parsing, validation, response formatting)