Published on

RemoteBeep — an Angular / NGRX / SignalR demo

An Angular / NGRX / SignalR app that plays sounds locally or remotely, on all devices connected to the same hub. It showcases how to:

  • create a minimal .NET SignalR hub
  • send and receive events using SignalR in Angular
  • manage application state using NGRX and NGRX effects
RemoteBeep