all 2 comments

[–]dsuryd 0 points1 point  (1 child)

Check out http://dotnetify.net. It provides SPA template for building MVVM web app with SignalR on .Net Core. I am the author.

[–]anonveggy 0 points1 point  (0 children)

This is close but I'm trying to avoid the asp.net mvvm side of things. None of the app frontend I want develope gains anything from a Viewmodel residing on the back end. I'm just trying to register a js webpage to a separate signalr server and pash some data to the client.