Too Long; Didn't Read
The release of dotNetify version 3.5 is a free, open-source software that helps you build reactive and real-time web applications. It’s unique MVVM approach puts the view models on the back-end and written in C#. The views are no longer coupled to SignalR, and can use different library or protocols to send / receive data. The most significant update in v3.5 allows an SPA to communicate with multiple hub servers. The Web API mode won’t require too much change to the way you write the C# view models.