DEV Community

Discussion on: Making a weird GIF wall using Azure Functions and SignalR

Collapse
 
ionutarhire profile image
Arhire Ionut

Very cool idea and implementation. Great job! One small point though: you said that signalR can only be used to send messages from server to client and not vice versa. This is not true because I personally used signalR in a .net core project and the communication it allowed was both ways.

Collapse
 
masadmcheema profile image
Asad Cheema @ Ek Dafa Pher Se Naya Pakistan Banana

I think Azure SignalR Service may support only push content to Clients....

Collapse
 
bradygaster_68 profile image
Brady Gaster

You can use EventGrid with Azure SignalR Service to send messages into the cloud as well as to receive them. Great article!