I just went through the MVC4 + SignalR tutorials, but my existing site is in the structure of the web pages. Can we use ASP.NET SignalR with ASP.NET WebPages (WebMatrix) instead of MVC?
Yes, you can use SignalR with ASP.NET web pages (WebMatrix). SignalR is not dependent on ASP.NET MVC, but it relies on using jQuery.
Read SignalR and knockout on ASP.NET web pages using WebMatrix to walk through using SignalR with ASP.NET web pages (WebMatrix).
Source: https://habr.com/ru/post/1502869/More articles:why should i use django forms? - pythonHow to use `typed / racket` in` scribble / lp` - racketto draw a rectangle in Jpanel - javaMinimize Javascript programmatically in memory - javascriptClear Play framework structure in IntelliJ - javaImplementing a semaphore using std :: mutex - c ++Oracle - update a string to replace only the last character - sql-updateHibernate Validator and Jackson: using @JsonProperty as a ConstraintViolation PropertyPath? - jacksonUsing Jackson, how can I get a list of known JSON properties for any arbitrary pojo class? - javaParsing a web page with Jsoup. Why is the behavior on Android different? - javaAll Articles