-1

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?

KingofGamesYami
  • 345
  • 3
  • 12

1 Answers1

1

If you're using Azure SignalR Service through the Azure portal, then no.

However, there's a free tier of the SignalR Service which you could use. Depending on the size of your dev team you could just create an instance each.

Charlie.H
  • 469
  • 2
  • 9