Store detected host history on the server #37

Open
opened 2026-01-20 23:56:17 +00:00 by luca0N · 0 comments
Owner

At this time, detected hosts are added to an array on the web app, but the server makes no effort to remember any of them. As such, refreshing the web app will cause all detected hosts to vanish, thus, resulting in poor UX.

The way this can be implemented is by sending all previously detected hosts whenever a client connects, or requests them manually. Each client will then keep all detections in their own cache, so that the server doesn't have to send out this information every time.

At this time, detected hosts are added to an array on the web app, but the server makes no effort to remember any of them. As such, refreshing the web app will cause all detected hosts to vanish, thus, resulting in poor UX. The way this can be implemented is by sending all previously detected hosts whenever a client connects, or requests them manually. Each client will then keep all detections in their own cache, so that the server doesn't have to send out this information every time.
luca0N self-assigned this 2026-01-20 23:56:17 +00:00
luca0N added this to the v1.0.0 project 2026-01-21 00:00:54 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
luca0N/lanbassador#37
No description provided.