Skip to content

A couple of ASP.NET MVC apps demonstrating websockets with SignalR. Data binding achieved through KnockoutJS and real time charts implemented using Flot Charts.

Notifications You must be signed in to change notification settings

pj-mill/AspNet_MVC5_KnockoutJS_SignalR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspNet_MVC5_KnockoutJS_SignalR

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

ChatRooms Project

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

StockTicker Project

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.


Resources

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

About

A couple of ASP.NET MVC apps demonstrating websockets with SignalR. Data binding achieved through KnockoutJS and real time charts implemented using Flot Charts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published