Giter Site home page Giter Site logo

azure-signalr's Introduction

Introduction:

In this article, I walk you through "Azure SignalR Service" using Buyer-Supplier sample application. Azure SignalR service provides a real time communIcation between your applicatrion/pages.

We will cover couple of more Azure Services like Azure Functions, Azure Service Bus & Azure SQL Database. We will have one Buyer application in Asp.net core Razor Forms and ONE Supplier application in Asp.net core MVC.

Prerequisites: Azure Account for setting up Azure Services (SignalR, Functions, Service Bus etc) Visual Studio 2019 (For buyer and supplier application)

Application Flow:
        Buyer Application - Buyer will create an order for an item with quantity.
        Supplier Application - Supplier will get notified (A prompt message on his screen) that a buyer has added a new order.
        Supplier Application - Supplier will approve or reject the buyer orders.
        Buyer Application - Buyer will get notified on his screen that supplier has approved/rejected his order.

        The notification(Buyer/Supplier) will get triggered by Azure SignalR Service. It means we will be registerting our application/pages to the SignalR service

Project Structure:

        1. Entities - Contains a class "ActiveOrder" which is used for storing the active orders data from UI and Database         2. Common - Here we have AppSettings.cs class, it used for storing the appSettings values from app.config files in #5 UI projects
        3. DB - DB Schema and Stored Procedures used in application
        4. OrderPRocessingFunctionApp - Azure Function application
        5. UI - Buyer and Supplier - Client applications, one is for buyer and one is for supplier

Design/Flow:

Buyer:



Supplier:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.