Files
cog-socket/README.md
2025-07-13 17:45:00 +02:00

17 lines
307 B
Markdown

# cog-socket
A platform for hosting jsPsych (and soon Pavovia) experiments with multiplayer support using websockets.
# Stack
- SvelteKit
- Lucia (authentication)
- Vite and Playwright (testing)
- DrizzleORM (database)
- Typescript
# Development
- `npm run db:start` to start the PostgreSQL server.
Th