Public
Like
glimpse2-runbook-scaffold-auth-webhooks-view
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.
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)