# 
Example of using dotNetify to build a real-time web chart. See live demo here.
The primary source code only consists of 3 files:
- the C# .NET view model: /LiveChartVM.cs
- the HTML view: /Views/LiveChart.html
- the Typescript code-behind: /wwwroot/js/LiveChart.ts
- the C# .NET view model: /LiveChartVM.cs
- the HTML view: /Views/LiveChart.html
- the
JavascriptTypescript code-behind: /Scripts/Example/LiveChart.ts