JhonnyLi / ZenView

A personal learning experience in converting Zendesk users and tickets to a digital overview board.
https://zenview.azurewebsites.net/
1 stars 0 forks source link
asp-dot-net signalr zendesk

ZenView

Build Status Online Status Online Status

The idea

The server connects to Zendesk via Api and also through webhooks that update tickets status in real-time. To get the real-time experience for the users the server connects to the client via SignalR. Client side updates are handled in React with Redux support.

References