Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 975 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 975 Bytes

Microsoft Orleans: Shopping Cart

Warning

This is no longer being maintained, please use this instead: https://github.com/Azure-Samples/Orleans-Cluster-on-Azure-App-Service

A canonical shopping cart sample application, built using Microsoft Orleans. This app shows the following features:

  • Shopping cart: A simple shopping cart application that uses Orleans for its cross-platform framework support, and its scalable distributed applications capabilities.

    • Inventory management: Edit and/or create product inventory.
    • Shop inventory: Explore purchasable products and add them to your cart.
    • Cart: View a summary of all the items in your cart, and manage these items; either removing or changing the quantity of each item.

Shopping Cart sample app running.

Orleans features

The app is architected as follows:

Shopping Cart sample app architecture.