Git Product home page Git Product logo

chat-app-azure's Introduction

Description

This is a publish-subscribe system with a browser-based client and managment that is backed by cloud-based data storage and subscription management services

Browser Application (Frontend):

  1. Upload data item(s), as defined below, from client app in browser to cloud application.
  2. Deletion and/or replacing of existing stored data is optional.
  3. Read existing data items from cloud application for a specific category.
  4. Subscribe to data for a specific category value.
  5. Receive asynchronously pushed data for subscribed category(s).

Cloud Service (Backend):

  1. Store received data in cloud database.
  2. Retrieve stored data as per browser request.
  • Filtered as per specified category value(s)
  • Ability to retrieve data items for all categories.
  1. Asynchronously push new data items to subscribers.

Database:

  1. Timestamp (UTC): The creation time for that particular data value.
  2. Category value: The value defines the content type(s)
  3. Content Values: A single category value may refer to a data that contains multiple values of different types (as a "structure" or "record").

chat-app-azure's People

Contributors

quangng14 avatar

Watchers

 avatar

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.