feat(vela-gateway): add websocket session skeleton

This commit is contained in:
2026-04-08 18:30:21 +02:00
parent 4fd27db11e
commit fa5a458003
8 changed files with 655 additions and 7 deletions

View File

@@ -1,9 +1,10 @@
# vela-gateway
This workspace contains the Vela gateway service as a minimal Fastify app.
This workspace contains the Vela gateway service as a minimal Fastify app with an initial WebSocket session skeleton.
Current status:
- Fastify server boots in the Yarn workspace
- `/` and `/health` endpoints provide a runnable service baseline
- WebSocket session orchestration remains a later increment
- WebSocket session skeleton wiring now exists
- Full WebSocket session orchestration and behavior remain future work