Currently I'm programming my own app which communicates with TFS which is owned by my university through Azure DevOps REST API 5.1. I'm trying to accomplish my own frontend client which will display and handle project board with a lot of work items. I know how to create, update, get, etc... work items through REST API but now I'm trying to accomplish live updating board. That means if somebody else change something in the board, the changes are displayed immediately also on my instance of client.
Is this accomplished by websocket communication? If not what else is used? I saw that app's on azure devops has websocket functionality, but i have no idea how do i connect to websocket on backend.
I found something called SignalR service, some research about it needed.
Thanks for help!
P.S. I'm not from english speaking country so i'm sorry about my english.
