A fully functional real-time chat application built on Val Town.
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Schema definitions
│ │ └── queries.ts # DB query functions
│ ├── index.ts # Main entry point with WebSocket and HTTP handlers
│ └── README.md
├── frontend/
│ ├── index.html # Main HTML template
│ ├── index.js # Frontend JS
│ └── README.md
└── shared/
└── types.ts # Shared types