Primo commit - Prompt 02 — WebSocket endpoints /agent e /client + parsing robusto

This commit is contained in:
Michele Proietto
2026-01-08 17:10:47 +01:00
parent c9391dda7b
commit bb69e51ef1
19 changed files with 1991 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Assistenza Monorepo
## Setup
- Install dependencies: `pnpm i`
- Build all packages: `pnpm -r build`
## Packages
- `server`: Node.js + TypeScript signaling server (placeholder)
- `windows`: Electron + TypeScript client (placeholder)
- `shared/protocol`: Shared WebSocket protocol types and helpers
- `android`: Placeholder folder (Kotlin later)
## Notes
- Protocol types live in `shared/protocol`
- Phase 1 is control-plane only (no WebRTC)