Improve visualisation system #12

Merged
cfalas merged 3 commits from better-visualisation into main 2025-02-22 17:17:45 +02:00
Owner

Instead of rendering on the server, or having to manually maintain the websockets like before, set up a GRPC/Protobuf based system where the client can dynamically subscribe to figures and see them update live, with the data being pushed in a binary format to the server

Instead of rendering on the server, or having to manually maintain the websockets like before, set up a GRPC/Protobuf based system where the client can dynamically subscribe to figures and see them update live, with the data being pushed in a binary format to the server
cfalas added 3 commits 2025-02-22 17:17:35 +02:00
The idea is to allow relatively flexible visualisations in the browser,
while minimising rendering load on the server.
cfalas merged commit a94a9b4ec4 into main 2025-02-22 17:17:45 +02:00
Sign in to join this conversation.
No reviewers
No Label
idea
No Milestone
No project
No Assignees
1 Participants
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: cfalas/dissertation#12
No description provided.