Ember js with SignalR

I couldn’t find any working examples that uses Signalr. The problem I had was importing signalR library into the project.

What specifically are you trying to do? My production app uses signal r as a service to inject records into ember data.

I’m new to Ember so I don’t know best practices. I want to do similar task with it that invokes my custom data services. I want to able to call functions that are implemented in them from my back-end.