Prabu
Prabu

Reputation: 63

Azure functions signalR to create chat app?

I'm looking for azure functions with chat application including broadcast, create, update and delete group as well as add, remove user from group.

Upvotes: 0

Views: 341

Answers (1)

JayaChatterjee-MSFT
JayaChatterjee-MSFT

Reputation: 961

Here is a chat app tutorial which uses Azure function, storage, SignalR service to broadcast messages to chat clients.

https://github.com/Azure-Samples/functions-serverless-chat-app-tutorial

https://github.com/Azure-Samples/functions-serverless-chat-app-tutorial/blob/master/lab-instructions.md

Upvotes: 0

Related Questions