mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
1.0 KiB
1.0 KiB
id, title, status, assignee, parent, priority, tags, whitepaper
| id | title | status | assignee | parent | priority | tags | whitepaper | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CLOUD-002 | Asynchronous Relay Server | To Do | james | CLOUD-000 | High |
|
Section 5.3 |
Description
Implement the relay server functionality that enables asynchronous communication between Spacedrive peers. This is critical for features like shareable links and asynchronous Spacedrop transfers, where peers may not be online at the same time.
Implementation Steps
- Develop a standalone relay server application.
- The relay server should be able to store and forward messages for offline peers.
- Integrate the relay server with the core networking service.
- Implement the logic for clients to connect to and use the relay server when direct P2P connection is not possible.
Acceptance Criteria
- The relay server can be deployed and run as a standalone service.
- Two peers can communicate asynchronously through the relay server.
- The system gracefully falls back to using the relay when direct connection fails.