Introduction to Azure Web PubSub

Beginner
Developer
Student
Azure Web PubSub

Learn about adding real-time messaging and communication functionality to your web application by using Azure Web PubSub. Describe client connections to the service using WebSocket protocol and the publish-subscribe pattern.

Learning objectives

By the end of this module you'll be able to:

  • Evaluate whether to use Azure Web PubSub for adding messaging and communication functionality to your web application.
  • Describe using WebSockets and the publish-subscribe pattern for real-time content updates between a server and connected clients.

Prerequisites

  • Basic knowledge of server-client architecture.
  • A basic understanding of serverless applications.