aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
751 stars 398 forks source link

GitHub Monitor app creation #55

Closed bradygaster closed 5 years ago

bradygaster commented 5 years ago

Package-up of sample app that involves this scenario:

  1. GitHub repository pull request arrives.
  2. GitHub sends Azure Function a WebHook with info about the PR and the action.
  3. Azure Function sends messages into SignalR service that pings the SignalR connected clients.
  4. The Android client receives the message and updates the UI.