Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragouf/signalr.progress
Example of an Async task progression report with signalR, .net MVC and twitter bootstrap
https://github.com/dragouf/signalr.progress
Last synced: about 2 months ago
JSON representation
Example of an Async task progression report with signalR, .net MVC and twitter bootstrap
- Host: GitHub
- URL: https://github.com/dragouf/signalr.progress
- Owner: dragouf
- Created: 2014-06-02T10:57:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T11:14:33.000Z (over 10 years ago)
- Last Synced: 2023-10-20T19:26:50.530Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://stackoverflow.com/a/23993053/210456
- Size: 7.17 MB
- Stars: 22
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SignalR.Progress
================C# 5.0 async task progression report with signalR.
This example show how to :
- Start a task
- See task progression
- Cancel taskIt's based on :
- twitter bootstrap
- knockoutjs
- signalR
- C# 5.0 async/await with CancelToken and IProgress![alt text](http://i.stack.imgur.com/pQlet.png "App Screenshot")