Azure-Samples / functions-serverless-chat-app-tutorial

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:HTML 100.0%