C#C
C#3y ago
Juicy

❔ SignalR for real-time REST api data in WPF?

Hey,

Im working on a hobby WPF application that needs to consume a rest api for real-time updates on game camera positions. Since the camera position data is always updating I want my wpf app to reflect those updates in realtime....would signalR be a good solution or is api polling good enough?

Or anyone has any other recommendations for a straightforward way to ensure the client recieves near real-time updates from the rest api?

Thanks!
Was this page helpful?