Reputation: 63
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
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
Upvotes: 0