Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HangfireMonitor

ASP.Net Core + Hangfire + SignalR

Wondered how an app would look that ran Hangfire under ASP.Net core, using SignalR to let an Angular front end know when along running job had finished.

ASP.Net Core is currently version 1.1 however SignalR is due in version 1.2 https://github.com/aspnet/Home/wiki/Roadmap

The code here currently uses early test releases of SignalR and various other ASP.Net components to make it work. Hangfire was available already for ASP.Net Core.

Please use at your own risk, however if you'd like to use this, please help yourself.

Clone, build and run, you should see these:

(1) Hangfire dashboard, browse to http://localhost:27882/hangfire/ (2) SignalR demos, browse to: http://localhost:27882/

Credits:

The demos for SignalR were lifted directly from the samples here: https://github.com/aspnet/SignalR-Server Hangfire is documented here: http://hangfire.io/ Integration with ASP.Net core was helped by this blog: http://www.talkingdotnet.com/integrate-hangfire-with-asp-net-core-web-api/

(more to come)

About

ASP.Net Core + Hangfire + SignalR

Resources

Stars

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages