A couple of ASP.NET MVC apps demonstrating websockets with SignalR. Data binding achieved through KnockoutJS and real time charts implemented using Flot Charts.
Developed using Visual Studio 2015 Community
###Techs
Tech | |
---|---|
Javascript | KnockoutJS |
jQuery | SignalR |
HTML | C# |
CSS | APS.NET MVC5 |
RequireJS | Flot Charts (real-time) |
TextJS |
A chatroom app that demonstrates how to use 'Groups' to channel messages to the relevent clients. This app requires a login as Hub methods can only be accessed by an authorized user (see login details below)
Name | Password |
---|---|
jane@gmail.com | Password@1 |
peter@gmail.com | Password@1 |
A stock trader app that simulates real-time update of stock prices for 3 stock items. These updates are displayed using flot charts realtime graphs.
Title | Author | Website |
---|---|---|
Introduction to SignalR | Patrick Fletcher | ASP.NET |
Authentication and Authorization for SignalR Hubs | Tom FitzMacken and Patrick Fletcher | ASP.NET |
Tutorial: Getting Started with SignalR 2 | Patrick Fletcher | ASP.NET |
ASP.NET SignalR Hubs API Guide - JavaScript Client | Tom Dykstra and Patrick Fletcher | ASP.NET |
Introduction to WebSockets with SignalR in .NET | Andras Nemes | dotnetcodr.com |
Web app using Web API, SignalR and AngularJS | bob.bumsuk.lee | Code Project |