📝 Adds websocket docs

This commit is contained in:
Rune Harlyk
2026-01-03 18:07:23 +01:00
committed by nikguin04
parent 7cb5c06524
commit 5295ad56c8
2 changed files with 53 additions and 0 deletions
+6
View File
@@ -72,3 +72,9 @@ The back end exposes a number of API endpoints which are referenced in the table
| POST | /api/files/delete | Delete file |
| POST | /api/files/edit | Edit file |
| POST | /api/files/mkdir | Create directory |
## WebSocket
Real-time communication is handled via WebSocket at `/api/ws` using Protocol Buffers.
See [websocket.md](websocket.md) for the full WebSocket API documentation.