Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pj-mill/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.
https://github.com/pj-mill/aspnet_mvc5_knockoutjs_signalr
asp-net csharp css flot-charts javscript jquery knockoutjs mvc5 requirejs signalr textjs
Last synced: 23 days ago
JSON representation
A couple of ASP.NET MVC apps demonstrating websockets with SignalR. Data binding achieved through KnockoutJS and real time charts implemented using Flot Charts.
- Host: GitHub
- URL: https://github.com/pj-mill/aspnet_mvc5_knockoutjs_signalr
- Owner: pj-mill
- Created: 2016-09-12T16:57:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T18:03:22.000Z (about 8 years ago)
- Last Synced: 2024-03-20T12:53:09.371Z (10 months ago)
- Topics: asp-net, csharp, css, flot-charts, javscript, jquery, knockoutjs, mvc5, requirejs, signalr, textjs
- Language: JavaScript
- Homepage: http://apollo013stockticker.azurewebsites.net/
- Size: 1000 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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|
|----|--------|
|[email protected]|Password@1|
|[email protected]|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](http://www.asp.net/signalr/overview/getting-started/introduction-to-signalr)| Patrick Fletcher| ASP.NET|
|[Authentication and Authorization for SignalR Hubs](http://www.asp.net/signalr/overview/security/hub-authorization)| Tom FitzMacken and Patrick Fletcher|ASP.NET|
|[Tutorial: Getting Started with SignalR 2](http://www.asp.net/signalr/overview/getting-started/tutorial-getting-started-with-signalr)|Patrick Fletcher| ASP.NET|
|[ASP.NET SignalR Hubs API Guide - JavaScript Client](http://www.asp.net/signalr/overview/guide-to-the-api/hubs-api-guide-javascript-client)| Tom Dykstra and Patrick Fletcher|ASP.NET|
|[Introduction to WebSockets with SignalR in .NET](https://dotnetcodr.com/2014/05/15/introduction-to-websockets-with-signalr-in-net-part-1-the-basics/)|Andras Nemes|dotnetcodr.com|
|[Web app using Web API, SignalR and AngularJS](http://www.codeproject.com/Articles/884647/Web-app-using-Web-API-SignalR-and-AngularJS)|bob.bumsuk.lee|Code Project|