I am looking to start a project in which I need to make push updates from Web API.
I found this post which gives an example of how to do this.
Can I incorporate both SignalR and a RESTful API?
http://bradwilson.typepad.com/blog/2012/07/webstack-of-love.html
This demo uses a class called ApiControllerWithHub<THub>
You extend your web api controllers from this.
This post is quite old now (2013). Is this still the correct way to do things or have there been developments in Web API to allow for push updates?