17 lines
307 B
Markdown
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
|