I have an application using Azure Functions and would like to add Azure SignalR. During development, myself and the other developers would like to avoid our local (potentially modified) applications talking to each other through SignalR.
Does any tool exist that would allow us to emulate / run SignalR offline for the purposes of development only?