I am looking to implement an automated printing service where a system running nodeJS can be notified from serverless SignalR that a file can now be retrieved for printing. Is this something that is achievable? From the documentation I've been able to find so far on javascript based signalR it looks like almost all of the signalR data processing is being done on a client end, and that nodeJS is just being used to actually point the client to the signalR service.