aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
751 stars 398 forks source link

Can the client script (.js) in example files be extracted from .html markup for readability? #19

Closed peterblazejewicz closed 6 years ago

peterblazejewicz commented 6 years ago

Hi,

That's hard to read, and the client SingalR code is a new thing. It could be benefit for both developers and people writing the sample code to move it outside of the html markup. Just like in this sample which already uses external script: https://github.com/aspnet/SignalR-samples/tree/master/StockTickR/StockTickRApp Thanks!

davidfowl commented 6 years ago

Done