TLDR
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: v27View latest version
This directory contains TypeScript types and utilities shared between the frontend and backend.
types.ts
- TypeScript interfaces for API requests/responses and data structures
Import shared types in both frontend and backend:
Note: Files in this directory must work in both browser and server environments, so avoid using Deno-specific APIs.