/functions-serverless-chat-app-tutorial

Tutorial for building a serverless chat app with Azure Functions, SignalR Service, and Cosmos DB

Primary LanguageHTMLMIT LicenseMIT

Build a Real-time Serverless Chat App Tutorial

Tutorial that walks you through how to build a real-time serverless chat application using these services:

  • Azure Storage - Host the static website for the chat client UI
  • Azure Functions - Backend API for creating and retrieving chat messages
  • Azure Cosmos DB - Store chat messages
  • Azure SignalR Service - Broadcast new messages to connected chat clients

Getting Started

Full instructions