Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 303 Bytes

Real-time Dashboard

This is a real-time dashboard demo using SignalR.

To run the app locally run following commands

ng serve

dotnet run

Open https://localhost:5001 on 2 or more chrome windows. In one window, enter form values and submit, then see the chart values update in all windows.