{"id":3997,"date":"2023-11-04T23:13:59","date_gmt":"2023-11-04T23:13:59","guid":{"rendered":"http:\/\/localhost:10003\/building-a-scalable-web-app-with-azure-functions-and-signalr\/"},"modified":"2023-11-05T05:48:24","modified_gmt":"2023-11-05T05:48:24","slug":"building-a-scalable-web-app-with-azure-functions-and-signalr","status":"publish","type":"post","link":"http:\/\/localhost:10003\/building-a-scalable-web-app-with-azure-functions-and-signalr\/","title":{"rendered":"Building a scalable web app with Azure Functions and SignalR"},"content":{"rendered":"

Azure Functions and SignalR are two powerful tools that can be used together to create a scalable web app. Azure Functions is a serverless compute service that allows you to run your code on-demand, without the need to provision or manage virtual machines. SignalR is a real-time communication framework that enables bi-directional communication between clients and servers. In this tutorial, we will show you how to use Azure Functions and SignalR to build a scalable web app.<\/p>\n

Prerequisites<\/h2>\n

Before we start, you will need to have the following:<\/p>\n