Having some fun today with #dotnet SignalR this week building a multi-user desktop support system that runs in the browser. Performance is shocking with realtime multicast notifications. Emulating 4 operators working on a single windows desktop.
Comments
Log in with your Bluesky account to leave a comment
The image bytes are being transferred via HTTP since it’s all 1 direction. All user interactions are sent via signalR. But I’m planning to update the rendering at some-point and try it with signalR
Comments